Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
SpunBlue committed Jun 8, 2022
1 parent 4a0001d commit a04f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ class PlayState extends MusicBeatState
gf.dance();
}

if (boyfriend.animation.curAnim.name.startsWith("idle"))
if (!boyfriend.animation.curAnim.name.startsWith("sing"))
{
boyfriend.playAnim('idle');
}
Expand Down

0 comments on commit a04f21d

Please sign in to comment.