mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
parent
030ca6f75d
commit
7a2b1ee0aa
2 changed files with 1 additions and 1 deletions
|
@ -937,6 +937,7 @@ int GameInterface::app_main()
|
|||
|
||||
commonTicker(playvideo);
|
||||
gameHandleEvents();
|
||||
updatePauseStatus();
|
||||
D_ProcessEvents();
|
||||
ctrlGetInput();
|
||||
|
||||
|
|
|
@ -156,7 +156,6 @@ void ctrlGetInput(void)
|
|||
return;
|
||||
}
|
||||
|
||||
updatePauseStatus();
|
||||
if (paused != prevPauseState)
|
||||
{
|
||||
gInput.keyFlags.pause = 1;
|
||||
|
|
Loading…
Reference in a new issue