Skip to content

Commit

Permalink
Fixed issue with boyfriend resetting animating too early
Browse files Browse the repository at this point in the history
  • Loading branch information
Injourn committed Jan 20, 2021
1 parent 1b303fb commit dc40d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Character.hx
Expand Up @@ -393,7 +393,7 @@ class Character extends FlxSprite

override function update(elapsed:Float)
{
if (curCharacter != 'bf')
if (curCharacter != 'bf' && curCharacter != 'bf-christmas' && curCharacter != 'bf-car')
{
if (animation.curAnim.name.startsWith('sing'))
{
Expand Down

0 comments on commit dc40d29

Please sign in to comment.