From d6d0a4b60005b71a1339b55670e941dc2d61fdd9 Mon Sep 17 00:00:00 2001 From: Andrey Viktorov Date: Tue, 25 Jun 2013 17:15:24 +0700 Subject: [PATCH] Not relying only on first material anymore --- spine-tk2d/Code/tk2dSpineSkeleton.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-tk2d/Code/tk2dSpineSkeleton.cs b/spine-tk2d/Code/tk2dSpineSkeleton.cs index 7ca777246..091c614cc 100644 --- a/spine-tk2d/Code/tk2dSpineSkeleton.cs +++ b/spine-tk2d/Code/tk2dSpineSkeleton.cs @@ -125,7 +125,6 @@ public class tk2dSpineSkeleton : MonoBehaviour, tk2dRuntime.ISpriteCollectionFor } } - renderer.sharedMaterial = skeletonDataAsset.spritesData.inst.materials[0]; #if UNITY_EDITOR UpdateEditorGizmo(); #endif