added a exit

This commit is contained in:
Justin 2025-05-15 20:35:13 -05:00
parent 3aee2fa468
commit 6a69ea5685
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ void Game::gameloop(){
}
previous_time = chrono::steady_clock::now();
exit(1);
}
}