فهرست منبع

Removed unneeded sort from SpriteFramesEditor plugin

Wilson E. Alvarez 7 سال پیش
والد
کامیت
bb9c75c5ed
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>();