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
commit 67ce7abcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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