mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 13:21:51 +09:00
exit now gracefully calls gdx.app.exit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user