exit now gracefully calls gdx.app.exit

This commit is contained in:
minjaesong
2018-12-03 00:34:31 +09:00
parent 0902dac646
commit ea490435eb
2 changed files with 3 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ public class AppLoader implements ApplicationListener {
appConfig.backgroundFPS = 9999;
appConfig.foregroundFPS = 9999;
appConfig.title = GAME_NAME;
appConfig.forceExit = false;
new LwjglApplication(new AppLoader(), appConfig);
}