diff --git a/source/funkin/ui/charSelect/CharSelectSubState.hx b/source/funkin/ui/charSelect/CharSelectSubState.hx index daea96321..83bf15e9d 100644 --- a/source/funkin/ui/charSelect/CharSelectSubState.hx +++ b/source/funkin/ui/charSelect/CharSelectSubState.hx @@ -796,6 +796,11 @@ class CharSelectSubState extends MusicBeatSubState if (allowInput && !pressedSelect && controls.ACCEPT) { + spamUp = false; + spamDown = false; + spamLeft = false; + spamRight = false; + cursorConfirmed.visible = true; cursorConfirmed.animation.play("idle", true);