[DesktopVRIK] Set spine weight... not left arm

This commit is contained in:
NotAKidoS 2023-08-14 18:53:44 -05:00
parent a390652dec
commit 5960787616

View file

@ -89,7 +89,7 @@ internal abstract class IKHandler
protected virtual void Update_HeadWeight()
{
// There is no Head tracking setting
_solver.spine.rotationWeight = _solver.leftArm.positionWeight =
_solver.spine.rotationWeight = _solver.spine.positionWeight =
GetTargetWeight(BodySystem.TrackingEnabled, _solver.spine.headTarget != null);
}