浏览代码

Merge branch '3.6' of https://github.com/EsotericSoftware/spine-runtimes into 3.6

pharan 7 年之前
父节点
当前提交
7999610a24
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs

+ 0 - 1
spine-unity/Assets/spine-unity/Editor/SpineEditorUtilities.cs

@@ -290,7 +290,6 @@ namespace Spine.Unity.Editor {
 			setTextureImporterSettings = EditorGUILayout.Toggle(new GUIContent("Apply Atlas Texture Settings", "Apply the recommended settings for Texture Importers."), showHierarchyIcons);
 			if (EditorGUI.EndChangeCheck()) {
 				EditorPrefs.SetBool(SET_TEXTUREIMPORTER_SETTINGS_KEY, showHierarchyIcons);
-				SpineEditorHierarchyHandler.HierarchyIconsOnPlaymodeStateChanged();
 			}
 
 			EditorGUILayout.LabelField("Editor Instantiation", EditorStyles.boldLabel);