mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Fix
This commit is contained in:
parent
912f255e78
commit
9439546a36
@ -595,7 +595,7 @@ inline void IsleApp::Tick()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!Lego()->IsTimerRunning()) {
|
||||
if (!Lego()->IsPaused()) {
|
||||
TickleManager()->Tickle();
|
||||
}
|
||||
g_lastFrameTime = currentTime;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user