We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecbc01 commit 70afb14Copy full SHA for 70afb14
source/Main.hx
@@ -472,6 +472,7 @@ class Main extends Sprite
472
Sys.println("Cannot restart from compiled build.");
473
Application.current.window.alert("The game encountered a critical error.", "Game Bricked");
474
Application.current.window.alert("Unable to restart due to running a Compiled build.", "Error");
475
+ Main.closeGame();
476
}
477
else
478
{
0 commit comments