.
This commit is contained in:
@@ -22,7 +22,8 @@ public class SceneManager : IUpdate, IRender
|
||||
_currentScene.Enter();
|
||||
}
|
||||
|
||||
_currentScene?.Update(parDeltaTime);
|
||||
if (parDeltaTime != 0)
|
||||
_currentScene?.Update(parDeltaTime);
|
||||
}
|
||||
|
||||
public void Render()
|
||||
|
||||
Reference in New Issue
Block a user