Merge pull request #237 from Injourn/BFHoldNotes

Fixed issue with bf-christmas and bf-car resetting animations too early
This commit is contained in:
Cameron Taylor 2021-01-22 01:48:56 -05:00 committed by GitHub
commit 12b738b2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ class Character extends FlxSprite
override function update(elapsed:Float) override function update(elapsed:Float)
{ {
if (curCharacter != 'bf') if (curCharacter != 'bf' && curCharacter != 'bf-christmas' && curCharacter != 'bf-car')
{ {
if (animation.curAnim.name.startsWith('sing')) if (animation.curAnim.name.startsWith('sing'))
{ {