Hack around initialization

This commit is contained in:
tverona1
2020-05-03 12:31:37 -07:00
parent 14a6ba5a50
commit d8ce11eccf
4 changed files with 0 additions and 8 deletions
@@ -331,7 +331,6 @@ public class OVRSkeletonRenderer : MonoBehaviour
_capsuleVisualizations[i].Update(_scale, shouldRender, ShouldUseSystemGestureMaterial, _confidenceBehavior, _systemGestureBehavior);
}
}
#if UNITY_EDITOR
else
{
if (OVRInput.IsControllerConnected(OVRInput.Controller.Hands) && !IsInitialized)
@@ -339,7 +338,6 @@ public class OVRSkeletonRenderer : MonoBehaviour
Initialize();
}
}
#endif
}
private void OnDestroy()