mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fix upper leg nerds
This commit is contained in:
parent
7fdbac09e6
commit
62d118ce46
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ internal static class BodySystemPatches
|
|||
trackingPoint.offsetTransform.localRotation = Quaternion.identity;
|
||||
trackingPoint.offsetTransform.parent = trackingPoint.referenceTransform;
|
||||
|
||||
Vector3 b = IKSystem.vrik.references.root.forward * 0.5f;
|
||||
Vector3 b = IKSystem.vrik.references.root.forward * 0.1f;
|
||||
trackingPoint.offsetTransform.position += b;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue