mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +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);
|
commonTicker(playvideo);
|
||||||
gameHandleEvents();
|
gameHandleEvents();
|
||||||
|
updatePauseStatus();
|
||||||
D_ProcessEvents();
|
D_ProcessEvents();
|
||||||
ctrlGetInput();
|
ctrlGetInput();
|
||||||
|
|
||||||
|
|
|
@ -156,7 +156,6 @@ void ctrlGetInput(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePauseStatus();
|
|
||||||
if (paused != prevPauseState)
|
if (paused != prevPauseState)
|
||||||
{
|
{
|
||||||
gInput.keyFlags.pause = 1;
|
gInput.keyFlags.pause = 1;
|
||||||
|
|
Loading…
Reference in a new issue