mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
options_menu: reset g_canReset when resetting selection
reset
This commit is contained in:
parent
31b100894f
commit
0d1a5e1fa1
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ static void ResetSelection()
|
|||
g_upWasHeld = false;
|
||||
g_rightWasHeld = false;
|
||||
g_downWasHeld = false;
|
||||
g_canReset = false;
|
||||
}
|
||||
|
||||
static bool DrawCategories()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue