Merge pull request #78 from aviktorov/master

Spine-tk2d runtime bugfix with shared materials
This commit is contained in:
Nathan Sweet 2013-06-25 03:17:47 -07:00
commit c6645706f9

View File

@ -125,7 +125,6 @@ public class tk2dSpineSkeleton : MonoBehaviour, tk2dRuntime.ISpriteCollectionFor
}
}
renderer.sharedMaterial = skeletonDataAsset.spritesData.inst.materials[0];
#if UNITY_EDITOR
UpdateEditorGizmo();
#endif