diff --git a/src/game.cpp b/src/game.cpp index 163c7f3..1b5222e 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -21,6 +21,7 @@ void Game::gameloop(){ } previous_time = chrono::steady_clock::now(); + exit(1); } }