diff --git a/source/PlayState.hx b/source/PlayState.hx index e58945a..3ce4a69 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2255,6 +2255,8 @@ class PlayState extends MusicBeatState case 3: boyfriend.playAnim('singRIGHTmiss', true); } + + updateAccuracy(); } }