mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Nuke everything on close.
This commit is contained in:
@@ -79,6 +79,7 @@ public final class App extends Application {
|
|||||||
public static void quit() {
|
public static void quit() {
|
||||||
ViewStack.cleanup();
|
ViewStack.cleanup();
|
||||||
stage.close();
|
stage.close();
|
||||||
|
System.exit(0); // TODO: This is like dropping a nuke
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void reload() {
|
public static void reload() {
|
||||||
|
|||||||
Reference in New Issue
Block a user