diff --git a/source/funkin/ui/charSelect/CharSelectSubState.hx b/source/funkin/ui/charSelect/CharSelectSubState.hx index 3109dc8f1bb..f3f57263592 100644 --- a/source/funkin/ui/charSelect/CharSelectSubState.hx +++ b/source/funkin/ui/charSelect/CharSelectSubState.hx @@ -791,6 +791,11 @@ class CharSelectSubState extends MusicBeatSubState if (!pressedSelect && controls.ACCEPT) { + spamUp = false; + spamDown = false; + spamLeft = false; + spamRight = false; + cursorConfirmed.visible = true; cursorConfirmed.x = cursor.x - 2; cursorConfirmed.y = cursor.y - 4;