mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[IKFixes] Fix QM recalibrate button.
This commit is contained in:
parent
9bce6120df
commit
fae729dd54
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
using ABI.CCK.Components;
|
||||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI.CCK.Components;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Systems.IK;
|
||||
using ABI_RC.Systems.IK.SubSystems;
|
||||
|
@ -191,6 +192,7 @@ internal static class BodySystemPatches
|
|||
if (BodySystem.enableRightElbowTracking) num++;
|
||||
|
||||
__instance._fbtAvailable = (count >= num);
|
||||
CVR_MenuManager.Instance.coreData.core.fullBodyActive = __instance._fbtAvailable = (count >= num && num != 0);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue