Skip to content

Commit

Permalink
Update CapsuleOptionsMenu.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Sep 29, 2024
1 parent 605d204 commit 0299f6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/funkin/ui/freeplay/CapsuleOptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ class CapsuleOptionsMenu extends FlxSpriteGroup
if (currentInstrumental.text == '') currentInstrumental.text = 'Default';
}

if (parent.getControls()
.ACCEPT #if mobile
if (parent.getControls().ACCEPT #if mobile
|| TouchUtil.overlapsComplex(currentInstrumental)
&& TouchUtil.justPressed
&& !TouchUtil.overlapsComplex(leftArrow)
Expand Down

0 comments on commit 0299f6a

Please sign in to comment.