forked from LeenkxTeam/LNXSDK
moisesjpelaez - Fix pausing and resuming updates
This commit is contained in:
parent
d37468a6ab
commit
ea12d5b951
@ -52,9 +52,9 @@ class App {
|
||||
|
||||
static function update() {
|
||||
if (Scene.active == null || !Scene.active.ready) return;
|
||||
if (pauseUpdates) return;
|
||||
|
||||
iron.system.Time.update();
|
||||
if (pauseUpdates) return;
|
||||
|
||||
#if lnx_debug
|
||||
startTime = kha.Scheduler.realTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user