This commit is contained in:
2025-01-02 05:15:16 +03:00
parent 3c66a65b40
commit ac00eb18a9
96 changed files with 384134 additions and 230 deletions

View File

@@ -22,7 +22,8 @@ public class SceneManager : IUpdate, IRender
_currentScene.Enter();
}
_currentScene?.Update(parDeltaTime);
if (parDeltaTime != 0)
_currentScene?.Update(parDeltaTime);
}
public void Render()