added a exit
This commit is contained in:
parent
3aee2fa468
commit
6a69ea5685
|
@ -21,6 +21,7 @@ void Game::gameloop(){
|
|||
}
|
||||
|
||||
previous_time = chrono::steady_clock::now();
|
||||
exit(1);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue