Skip to content

Commit

Permalink
A p1
Browse files Browse the repository at this point in the history
A
  • Loading branch information
poec987 authored Jul 20, 2024
1 parent 282322e commit 189c43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class MainMenuState extends MusicBeatState
PlayState.devMode = !PlayState.devMode;
}

if (!PlayState.devMode) {
if (PlayState.devMode) {
menuItems.getFirstExisting().alpha = 0.5;
} else {
menuItems.getFirstExisting().alpha = 1;
Expand Down

0 comments on commit 189c43d

Please sign in to comment.