mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -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)
|
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'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue