Skip to content

Commit bc06111

Browse files
authored
fix difficulty switching in story mode (thanks @BaranMuzu for noticing!)
1 parent 5a51208 commit bc06111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/funkin/states/ui/StoryState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class StoryState extends FunkinState
173173
leftArrow.updateHitbox();
174174
}
175175

176-
if (controls.justReleased.UI_RIGHT)
176+
if (controls.waitAndRepeat().UI_RIGHT)
177177
{
178178
changeDifficulty(1);
179179
rightArrow.playAnimation('push');

0 commit comments

Comments
 (0)