mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_AbortVirtualKeyboard: reset menutypingfade too
If the menu is closed immediately after virtual keyboard begins closing, the keyboard would open instantly next time (no animation).
This commit is contained in:
parent
e7fed5d7b5
commit
ef4aab8d06
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ void M_AbortVirtualKeyboard(void)
|
|||
return;
|
||||
|
||||
menutyping.active = false;
|
||||
menutyping.menutypingfade = 0;
|
||||
Z_Free(menutyping.cache);
|
||||
|
||||
if (currentMenu == menutyping.dummymenu)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue