Comments.

This commit is contained in:
NathanSweet 2013-10-11 13:52:03 +02:00
parent 5cf9847541
commit 5d37969b9d
2 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public class SkeletonComponent : MonoBehaviour {
#if UNITY_EDITOR
void OnDrawGizmos() {
// Make selection easier by drawing a clear gizmo over the skeleton.
if (vertices == null) return;
Vector3 gizmosCenter = new Vector3();
Vector3 gizmosSize = new Vector3();

View File

@ -288,6 +288,7 @@ public class SkeletonComponent : MonoBehaviour {
#if UNITY_EDITOR
void OnDrawGizmos() {
// Make selection easier by drawing a clear gizmo over the skeleton.
if (vertices == null) return;
Vector3 gizmosCenter = new Vector3();
Vector3 gizmosSize = new Vector3();