fix: last game update

This commit is contained in:
2024-06-12 15:56:21 +02:00
parent 58a6b03839
commit 47a21f293e
13 changed files with 54702 additions and 209248 deletions

View File

@@ -98,8 +98,8 @@ std::string SceneName()
float Time_DeltaTime()
{
if (app::Time_1_get_deltaTime) {
return app::Time_1_get_deltaTime(nullptr);
if (app::Time_get_deltaTime) {
return app::Time_get_deltaTime(nullptr);
}
return 0.0f;