mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
clean up
This commit is contained in:
parent
20222e563e
commit
3807482093
8 changed files with 347 additions and 396 deletions
|
@ -44,7 +44,7 @@ class PlayerSetupPatches
|
|||
[HarmonyPatch(typeof(PlayerSetup), "SetupIKScaling")]
|
||||
private static bool Prefix_PlayerSetup_SetupIKScaling(float height, ref Vector3 ___scaleDifference)
|
||||
{
|
||||
return !(bool)DesktopVRIK.Instance?.OnSetupIKScaling(height, 1f + ___scaleDifference.y);
|
||||
return !(bool)DesktopVRIK.Instance?.OnSetupIKScaling(1f + ___scaleDifference.y);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue