diff --git a/Runtime/HumanoidControl/Scripts/Animator/TorsoAnimator.cs b/Runtime/HumanoidControl/Scripts/Animator/TorsoAnimator.cs index a8aa9aa..f343f7f 100644 --- a/Runtime/HumanoidControl/Scripts/Animator/TorsoAnimator.cs +++ b/Runtime/HumanoidControl/Scripts/Animator/TorsoAnimator.cs @@ -13,7 +13,7 @@ namespace Passer.Humanoid { } public BodyRotation bodyRotation; - private float torsoLength; + protected float torsoLength; private Quaternion torsoUprightOrientation;