You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Removed unneeded sort from SpriteFramesEditor plugin
(cherry picked from commit bb9c75c5ed)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
c968c787e5
commit
0d6c64b38a
@@ -458,8 +458,6 @@ void SpriteFramesEditor::_update_library(bool p_skip_selector) {
|
|||||||
|
|
||||||
List<StringName> anim_names;
|
List<StringName> anim_names;
|
||||||
|
|
||||||
anim_names.sort_custom<StringName::AlphCompare>();
|
|
||||||
|
|
||||||
frames->get_animation_list(&anim_names);
|
frames->get_animation_list(&anim_names);
|
||||||
|
|
||||||
anim_names.sort_custom<StringName::AlphCompare>();
|
anim_names.sort_custom<StringName::AlphCompare>();
|
||||||
|
|||||||
Reference in New Issue
Block a user