mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
- call CheckForPause after FilterFrameTime
This commit is contained in:
parent
6ce3bd92ad
commit
ea8b10d50b
@ -1621,11 +1621,11 @@ void State_GameLoop(void* param)
|
|||||||
{
|
{
|
||||||
int cnt;
|
int cnt;
|
||||||
|
|
||||||
CheckForPause();
|
|
||||||
|
|
||||||
if (!FilterFrameTime())
|
if (!FilterFrameTime())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
CheckForPause();
|
||||||
|
|
||||||
// moved from StepGame
|
// moved from StepGame
|
||||||
if (FrameCnt == 5)
|
if (FrameCnt == 5)
|
||||||
SetDispMask(1);
|
SetDispMask(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user