Fix #115909: Walk Navigation Up and Down is interrupted by WASD #115926

Merged
Pratik Borhade merged 1 commits from PratikPB2123/blender:115909-walk-global-max into main 2023-12-08 15:52:12 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 91fe406ee2 - Show all commits

View File

@ -110,7 +110,7 @@ enum eWalkDirectionFlag {
WALK_BIT_GLOBAL_UP = 1 << 6,
WALK_BIT_GLOBAL_DOWN = 1 << 7,
};
ENUM_OPERATORS(eWalkDirectionFlag, WALK_BIT_LOCAL_DOWN)
ENUM_OPERATORS(eWalkDirectionFlag, WALK_BIT_GLOBAL_DOWN)
enum eWalkTeleportState {
WALK_TELEPORT_STATE_OFF = 0,