mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-29 18:30:37 +00:00
- reset buttonMap button states after returning from pause for RR (stops keys acting stuck down if down prior to pausing).
This commit is contained in:
parent
e0e06284a5
commit
4e1905e630
1 changed files with 1 additions and 0 deletions
|
@ -7295,6 +7295,7 @@ MAIN_LOOP_RESTART:
|
|||
if (M_Active() || GUICapture || ud.pause_on != 0)
|
||||
{
|
||||
totalclock = ototalclock + TICSPERFRAME;
|
||||
buttonMap.ResetButtonStates();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue