mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
fix movement parent ik
This commit is contained in:
parent
51ff6e8333
commit
81a84c125c
3 changed files with 105 additions and 43 deletions
|
@ -46,6 +46,13 @@ class PlayerSetupPatches
|
|||
{
|
||||
return !(bool)DesktopVRIK.Instance?.OnSetupIKScaling(1f + ___scaleDifference.y);
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(PlayerSetup), "ResetIk")]
|
||||
static bool Prefix_PlayerSetup_ResetIk()
|
||||
{
|
||||
return !(bool)DesktopVRIK.Instance?.OnPlayerSetupResetIk();
|
||||
}
|
||||
}
|
||||
|
||||
class IKSystemPatches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue