Skip to content

Commit

Permalink
Do not fit skin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Jun 17, 2023
1 parent f13bca1 commit 73ceb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nmania/ui/ng/SkinSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public void OnOptionActivate(IDisplay d) {
pbd.mods = new ModsState();
pbd.recordReplay = false;
pbd.keepBackScreen = true;
pbd.forbidAftoFit = true; // to show true widths
pbd.set = testBms;
pbd.input = new AutoplayRunner();
PlayerLoaderScreen pls = new PlayerLoaderScreen(pbd);
Expand Down

0 comments on commit 73ceb33

Please sign in to comment.