mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- reset buttonMap button states after returning from pause for Exhumed (stops keys acting stuck down if down prior to pausing).
This commit is contained in:
parent
419329b5b2
commit
7b35e04c0c
1 changed files with 1 additions and 0 deletions
|
@ -2340,6 +2340,7 @@ GAMELOOP:
|
|||
if (M_Active() || GUICapture || bPause)
|
||||
{
|
||||
totalclock = tclocks + 4;
|
||||
buttonMap.ResetButtonStates();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue