mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
Merge pull request #237 from Injourn/BFHoldNotes
Fixed issue with bf-christmas and bf-car resetting animations too early
This commit is contained in:
commit
799ff5f78b
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue