Initial Update to new version

This commit is contained in:
KnucklesB
2024-09-21 18:37:15 -03:00
parent 49ca2c766a
commit c6515c2b64
21 changed files with 445452 additions and 291069 deletions

View File

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