Merge pull request #1097 from KadeDev/revert-1064-idle-stuff

Revert "fix opponent idle anims desyncing/freezing on camera focus"
This commit is contained in:
Kade M
2021-06-29 15:17:55 -07:00
committed by GitHub

View File

@@ -3876,10 +3876,6 @@ class PlayState extends MusicBeatState
boyfriend.playAnim('idle'); boyfriend.playAnim('idle');
} }
if (!dad.animation.curAnim.name.startsWith("sing"))
{
dad.dance();
}
if (curBeat % 8 == 7 && curSong == 'Bopeebo') if (curBeat % 8 == 7 && curSong == 'Bopeebo')
{ {