Revert "fix opponent idle anims desyncing/freezing on camera focus"

This commit is contained in:
Kade M 2021-06-29 15:17:37 -07:00 committed by GitHub
parent 9b8a484035
commit 59eb890bac
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'); boyfriend.playAnim('idle');
} }
if (!dad.animation.curAnim.name.startsWith("sing"))
{
dad.dance();
}
if (curBeat % 8 == 7 && curSong == 'Bopeebo') if (curBeat % 8 == 7 && curSong == 'Bopeebo')
{ {