fix upper leg nerds

This commit is contained in:
NotAKidoS 2023-04-08 01:15:11 -05:00
parent 7fdbac09e6
commit 62d118ce46
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ internal static class BodySystemPatches
trackingPoint.offsetTransform.localRotation = Quaternion.identity; trackingPoint.offsetTransform.localRotation = Quaternion.identity;
trackingPoint.offsetTransform.parent = trackingPoint.referenceTransform; 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; trackingPoint.offsetTransform.position += b;
} }
} }

View file

@ -1,5 +1,5 @@
{ {
"_id": -1, "_id": 142,
"name": "IKFixes", "name": "IKFixes",
"modversion": "1.0.0", "modversion": "1.0.0",
"gameversion": "2022r170", "gameversion": "2022r170",