Skip to content

Commit

Permalink
Keep ui by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Jun 17, 2023
1 parent dd4b89a commit 49d3331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmania/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static final void Load() {
}
gameplaySamples = j.optBoolean("samples", true); // ?full
hitSamples = j.optBoolean("hitsounds", false); // ?full
keepMenu = j.optBoolean("keepmenu", false); // ?full
keepMenu = j.optBoolean("keepmenu", true); // ?full
drawHUD = j.optBoolean("drawcounters", true);
final String device = Nmania.GetDevice();
fullScreenFlush = j.optBoolean("fullscreenflush",
Expand Down

0 comments on commit 49d3331

Please sign in to comment.