aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/sprite_frames_editor_plugin.cpp
diff options
context:
space:
mode:
authorWilson E. Alvarez2018-04-02 18:24:08 -0400
committerWilson E. Alvarez2018-04-02 19:06:13 -0400
commitbb9c75c5ed818197794dcae109f4555db4f5cb7c (patch)
tree409b8f14bcb5ca6b987083ee5e39339e56b809f3 /editor/plugins/sprite_frames_editor_plugin.cpp
parent59710880cd21d79ae1329f04eb35ea48e646acb3 (diff)
downloadgodot-bb9c75c5ed818197794dcae109f4555db4f5cb7c.tar.gz
godot-bb9c75c5ed818197794dcae109f4555db4f5cb7c.tar.zst
godot-bb9c75c5ed818197794dcae109f4555db4f5cb7c.zip
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp')
-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 d8d0a6f01..71a3c9079 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>();