Skip to content

Commit

Permalink
Force hard exit upon main loop break
Browse files Browse the repository at this point in the history
  • Loading branch information
suushiemaniac committed Jun 4, 2017
1 parent 0ec05c8 commit fd13d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/suushiemaniac/cubing/bld/santascramble/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public void start(Stage primaryStage) throws Exception {

result = userPick.showAndWait();
}

System.exit(0);
}

protected void showSantaPanel(CubicPuzzle puzzle) {
Expand Down

0 comments on commit fd13d7e

Please sign in to comment.