From 5960787616c9c22d02891bdc16a02c62464354c3 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:53:44 -0500 Subject: [PATCH] [DesktopVRIK] Set spine weight... not left arm --- DesktopVRIK/IK/IKHandlers/IKHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopVRIK/IK/IKHandlers/IKHandler.cs b/DesktopVRIK/IK/IKHandlers/IKHandler.cs index 8c7fe11..06932d0 100644 --- a/DesktopVRIK/IK/IKHandlers/IKHandler.cs +++ b/DesktopVRIK/IK/IKHandlers/IKHandler.cs @@ -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); }