mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[IKAdjustments] Fixed for 2024r175
This commit is contained in:
parent
9cfe74276d
commit
b294a1601f
3 changed files with 11 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI_RC.Systems.IK;
|
||||
using ABI_RC.Systems.IK.SubSystems;
|
||||
using HarmonyLib;
|
||||
using NAK.IKAdjustments.Systems;
|
||||
|
||||
|
@ -15,7 +16,7 @@ internal static class IKSystemPatches
|
|||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(IKSystem), nameof(IKSystem.ResetIkSettings))]
|
||||
[HarmonyPatch(typeof(BodySystem), nameof(BodySystem.ResetCalibration))]
|
||||
private static void Postfix_IKSystem_ResetIkSettings()
|
||||
{
|
||||
IKAdjuster.Instance.ResetAllOffsets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue