From 3c68c91366bbde0ecfa87c2251ba2eb90acd7d9f Mon Sep 17 00:00:00 2001 From: ArfieCat <73672820+ArfieCat@users.noreply.github.com> Date: Sun, 27 Jun 2021 03:14:47 -0700 Subject: [PATCH] fix idle desync/freeze i think this might have been deleted unintentionally...? --- source/PlayState.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index af3babe..628cb01 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3876,6 +3876,10 @@ class PlayState extends MusicBeatState boyfriend.playAnim('idle'); } + if (!dad.animation.curAnim.name.startsWith("sing")) + { + dad.dance(); + } if (curBeat % 8 == 7 && curSong == 'Bopeebo') {