Skip to content

Commit

Permalink
xrEngine/xr_level_controller.cpp: fixed accept/back actions have 'mov…
Browse files Browse the repository at this point in the history
…e' in their names

Oops
  • Loading branch information
Xottab-DUTY committed Aug 10, 2023
1 parent 346e7f4 commit 283b097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrEngine/xr_level_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ game_action actions[] = {
{ "ui_move_up", kUI_MOVE_UP, _sp, EKeyContext::UI },
{ "ui_move_down", kUI_MOVE_DOWN, _sp, EKeyContext::UI },

{ "ui_move_accept", kUI_ACCEPT, _sp, EKeyContext::UI },
{ "ui_move_back", kUI_BACK, _sp, EKeyContext::UI },
{ "ui_accept", kUI_ACCEPT, _sp, EKeyContext::UI },
{ "ui_back", kUI_BACK, _sp, EKeyContext::UI },

{ "ui_tab_prev", kUI_TAB_PREV, _sp, EKeyContext::UI },
{ "ui_tab_next", kUI_TAB_NEXT, _sp, EKeyContext::UI },
Expand Down

0 comments on commit 283b097

Please sign in to comment.