We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac7408 commit ce8e91bCopy full SHA for ce8e91b
source/funkin/editors/character/CharacterGhost.hx
@@ -37,7 +37,7 @@ class CharacterGhost extends Character {
37
alpha = 0.4; color = 0xFFAEAEAE;
38
39
var flxanim:FlxAnimation = animation._animations.get(anim);
40
- var frameIndex:Int = flxanim.frames.getDefault([0])[0];
+ var frameIndex:Int = flxanim.frames.getDefault([0])[flxanim.frames.length - 1];
41
frame = frames.frames[frameIndex];
42
43
setAnimOffset(anim);
0 commit comments