mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-12 05:11:45 +00:00
- Fix for the "GC can't keep up while the game is paused" issue.
This commit is contained in:
parent
9bc7b6b215
commit
f5a1a5efba
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ void P_Ticker (void)
|
||||||
ac->flags8 &= ~MF8_RECREATELIGHTS;
|
ac->flags8 &= ~MF8_RECREATELIGHTS;
|
||||||
ac->SetDynamicLights();
|
ac->SetDynamicLights();
|
||||||
}
|
}
|
||||||
|
if (!(ac->ObjectFlags & OF_EuthanizeMe))
|
||||||
|
GC::CheckGC();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue