Skip to content

Commit aeace6c

Browse files
committed
Oops forgor right click back
1 parent ef19294 commit aeace6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/menus/StoryMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class StoryMenuState extends MusicBeatState {
146146
if (leftArrow != null && leftArrow.exists) leftArrow.animation.play(controls.LEFT ? 'press' : 'idle');
147147
if (rightArrow != null && rightArrow.exists) rightArrow.animation.play(controls.RIGHT ? 'press' : 'idle');
148148

149-
if (controls.BACK) {
149+
if (controls.BACK || FlxG.mouse.justPressedRight) {
150150
goBack();
151151
}
152152

0 commit comments

Comments
 (0)