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.
2 parents c03165e + 2f28b6a commit 8d1c525Copy full SHA for 8d1c525
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