Skip to content

Commit

Permalink
Merge pull request #189 from SkywaveTM/fix-exit-bug
Browse files Browse the repository at this point in the history
fix a bug that a process is not killed after application is closed
  • Loading branch information
exch-bms2 committed Feb 24, 2018
2 parents 8ee7ec0 + 61a599e commit 2f2fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bms/player/beatoraja/MainLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void main(String[] args) {
if (config || !Files.exists(MainController.configpath)) {
launch(args);
} else {
play(f, auto, false, null, null, f != null);
play(f, auto, true, null, null, f != null);
}
}

Expand Down

0 comments on commit 2f2fce9

Please sign in to comment.