1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +00:00

Removed unneeded sort from SpriteFramesEditor plugin

(cherry picked from commit bb9c75c5ed)
This commit is contained in:
Wilson E. Alvarez
2018-04-02 18:24:08 -04:00
committed by Hein-Pieter van Braam
parent c968c787e5
commit 0d6c64b38a

View File

@@ -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>();