Bläddra i källkod

[unity] Remove extraneous update call.

John 7 år sedan
förälder
incheckning
58f0c7f21e
1 ändrade filer med 0 tillägg och 1 borttagningar
  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);