mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- reset buttonMap button states after returning from pause for SW (stops keys acting stuck down if down prior to pausing).
This commit is contained in:
parent
99fdbfb6cb
commit
693b6955da
1 changed files with 1 additions and 0 deletions
|
@ -2529,6 +2529,7 @@ void RunLevel(void)
|
|||
if (M_Active() || GUICapture || GamePaused)
|
||||
{
|
||||
totalclock = ototalclock + (120 / synctics);
|
||||
buttonMap.ResetButtonStates();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue