You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Removed unneeded sort from SpriteFramesEditor plugin
This commit is contained in:
@@ -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