Skip to content

Commit

Permalink
Merge pull request #237 from Injourn/BFHoldNotes
Browse files Browse the repository at this point in the history
Fixed issue with bf-christmas and bf-car resetting animations too early
  • Loading branch information
ninjamuffin99 committed Jan 22, 2021
2 parents 1b303fb + dc40d29 commit 31d2d80
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 31d2d80

Please sign in to comment.