mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
fix: app not quitting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user