mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
Merge pull request #17935 from Rubonnek/remove-unneeded-sort
Removed unneeded sort from SpriteFramesEditor plugin
This commit is contained in:
commit
36ca622466
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user