Преглед изворни кода

Merge pull request #17935 from Rubonnek/remove-unneeded-sort

Removed unneeded sort from SpriteFramesEditor plugin
Rémi Verschelde пре 7 година
родитељ
комит
36ca622466
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      editor/plugins/sprite_frames_editor_plugin.cpp

+ 0 - 2
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>();