mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03: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;
|
||||
|
||||
anim_names.sort_custom<StringName::AlphCompare>();
|
||||
|
||||
frames->get_animation_list(&anim_names);
|
||||
|
||||
anim_names.sort_custom<StringName::AlphCompare>();
|
||||
|
||||
Reference in New Issue
Block a user