From 59eb890bac4be24a99fb690eebc3c102338f5feb Mon Sep 17 00:00:00 2001 From: Kade M Date: Tue, 29 Jun 2021 15:17:37 -0700 Subject: [PATCH] Revert "fix opponent idle anims desyncing/freezing on camera focus" --- source/PlayState.hx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 628cb01..af3babe 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -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') {