fix: game is blocked for launching

This commit is contained in:
huanghongxun
2020-04-17 00:15:34 +08:00
parent f84c4310f9
commit 1eeba344f7
2 changed files with 6 additions and 3 deletions

View File

@@ -106,7 +106,6 @@ public final class Launcher extends Application {
Schedulers.shutdown();
Controllers.shutdown();
Platform.exit();
Lang.executeDelayed(OperatingSystem::forceGC, TimeUnit.SECONDS, 5, true);
});
}