diff --git a/source/PlayState.hx b/source/PlayState.hx index 5b7366f567..215dc09d7e 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2968,7 +2968,7 @@ class PlayState extends MusicBeatState gf.dance(); } - if (boyfriend.animation.curAnim.name.startsWith("idle")) + if (!boyfriend.animation.curAnim.name.startsWith("sing")) { boyfriend.playAnim('idle'); }