Skip to content

Commit

Permalink
Hide UI Debug State in release mode (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
FuroYT authored Nov 29, 2024
1 parent 0da2fd2 commit 85617b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/funkin/editors/EditorPicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ class EditorPicker extends MusicBeatSubstate {
iconID: 2,
state: null
},
#if debug
{
name: "UI Debug State",
iconID: 3,
state: UIDebugState
},
#end
{
name: "Debug Options",
iconID: 4,
Expand Down Expand Up @@ -214,4 +216,4 @@ class EditorPickerOption extends FlxTypedSpriteGroup<FlxSprite> {
callback();
});
}
}
}

0 comments on commit 85617b7

Please sign in to comment.