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 8eee24c commit 0cd6117Copy full SHA for 0cd6117
source/flixel/animation/FlxAnimationController.hx
@@ -772,7 +772,7 @@ class FlxAnimationController implements IFlxDestroyable
772
final name = frames[0].name;
773
final postIndex = name.indexOf(".", prefix.length);
774
final suffix = name.substring(postIndex == -1 ? name.length : postIndex, name.length);
775
- FlxFrame.sortFrames(frames, prefix, suffix);
+ FlxFrame.sort(frames, prefix, suffix);
776
777
for (frame in frames)
778
{
0 commit comments