fix idle desync/freeze

i think this might have been deleted unintentionally...?
This commit is contained in:
ArfieCat 2021-06-27 03:14:47 -07:00 committed by GitHub
parent 92a33348f0
commit 3c68c91366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
{