We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9505a7 commit 38624efCopy full SHA for 38624ef
1 file changed
source/engine/states/editors/MasterEditorMenu.hx
@@ -73,7 +73,7 @@ class MasterEditorMenu extends MusicBeatState
73
FlxG.mouse.visible = false;
74
75
#if FEATURE_MOBILE_CONTROLS
76
- addTouchPad(#if FEATURE_MODS "LEFT_FULL" #else "UP_DOWN" #end, "A_B");,
+ addTouchPad(#if FEATURE_MODS "LEFT_FULL" #else "UP_DOWN" #end, "A_B");
77
#end
78
79
super.create();
0 commit comments