Fixed overcomplicated whoopises

This commit is contained in:
2026-08-28 20:53:04 -05:00
parent 45c365e317
commit 15f0e369b2
4 changed files with 5 additions and 28 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ int main(int argc, char *argv[]) {
Game game; // Calls default constructor which Initializes GAME
if (!game) {
game = Game::Instance();
game.Init();
Game::SetGameInstance(&game);
}
while (game.GetIsActive()) {
game.Run();