mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 03:13:45 +00:00
Fix an issue where animations wouldn't loop properly on AnimateAtlasCharacters.
This commit is contained in:
parent
c4ed31b246
commit
e321861b9f
|
@ -147,7 +147,7 @@ class AnimateAtlasCharacter extends BaseCharacter
|
|||
|
||||
if (getAnimationData() != null && getAnimationData().looped)
|
||||
{
|
||||
playAnimation(prefix, true, false);
|
||||
playAnimation(currentAnimName, true, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue