From bb9c75c5ed818197794dcae109f4555db4f5cb7c Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Mon, 2 Apr 2018 18:24:08 -0400 Subject: [PATCH] Removed unneeded sort from SpriteFramesEditor plugin --- editor/plugins/sprite_frames_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index d8d0a6f01363..71a3c90795e5 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 anim_names; - anim_names.sort_custom(); - frames->get_animation_list(&anim_names); anim_names.sort_custom();