From bb9c75c5ed818197794dcae109f4555db4f5cb7c Mon Sep 17 00:00:00 2001 From: Wilson E. Alvarez Date: Mon, 2 Apr 2018 18:24:08 -0400 Subject: Removed unneeded sort from SpriteFramesEditor plugin --- editor/plugins/sprite_frames_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/plugins/sprite_frames_editor_plugin.cpp') 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 anim_names; - anim_names.sort_custom(); - frames->get_animation_list(&anim_names); anim_names.sort_custom(); -- cgit v1.2.3-70-g09d2