diff --git a/IKFixes/HarmonyPatches.cs b/IKFixes/HarmonyPatches.cs index 12078c9..51a62ff 100644 --- a/IKFixes/HarmonyPatches.cs +++ b/IKFixes/HarmonyPatches.cs @@ -34,6 +34,10 @@ internal static class BodySystemPatches parent = IKSystem.vrik.references.rightCalf; offsetDistance = 0.15f; break; + case TrackingPoint.TrackingRole.Chest: + parent = IKSystem.vrik.references.chest; + offsetDistance = 0.5f; + break; case TrackingPoint.TrackingRole.LeftElbow: parent = IKSystem.vrik.references.leftForearm; offsetDistance = -0.15f; diff --git a/IKFixes/Properties/AssemblyInfo.cs b/IKFixes/Properties/AssemblyInfo.cs index 8b3a92f..3cc130f 100644 --- a/IKFixes/Properties/AssemblyInfo.cs +++ b/IKFixes/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.IKFixes.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.9"; + public const string Version = "1.1.0"; public const string Author = "NotAKidoS"; } \ No newline at end of file