summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-04-03 12:46:48 +0200
committerGitHub <noreply@github.com>2018-04-03 12:46:48 +0200
commit36ca6224665c7f9c012b654d435a929c77b6a0a4 (patch)
tree88874b6e1ba144476a290df90d655dcad0de9249
parentcc8c757929438a6a14636d5065ff1d3e13214bc2 (diff)
parentbb9c75c5ed818197794dcae109f4555db4f5cb7c (diff)
Merge pull request #17935 from Rubonnek/remove-unneeded-sort
Removed unneeded sort from SpriteFramesEditor plugin
-rw-r--r--editor/plugins/sprite_frames_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp
index d8d0a6f013..71a3c90795 100644
--- a/editor/plugins/sprite_frames_editor_plugin.cpp
+++ b/editor/plugins/sprite_frames_editor_plugin.cpp
@@ -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>();