fix: app not quitting

This commit is contained in:
minjaesong
2023-11-26 22:28:17 +09:00
parent 72a01ac8cc
commit 21e0f984be
2 changed files with 25 additions and 12 deletions

View File

@@ -977,6 +977,9 @@ public class App implements ApplicationListener {
}
catch (NullPointerException | IllegalArgumentException | GdxRuntimeException | ConcurrentModificationException e) { }
});
// kill the zombies, no matter what
System.exit(0);
}
@Override