mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Fixed issue with boyfriend resetting animating too early
This commit is contained in:
parent
3382e4e974
commit
ac9eebe8ad
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…
Reference in a new issue