This commit is contained in:
Isuru Samarathunga
2025-10-16 22:59:33 +05:30
parent f742dcfaff
commit dfce12ee10
9 changed files with 89 additions and 31 deletions

View File

@ -74,6 +74,8 @@ namespace ia::iae
Physics::Initialize();
Game_OnInitialize();
Engine::ResizeDisplay(config->ScreenWidth, config->ScreenHeight);
}
VOID __Internal_Engine::Terminate()