From 883a26dd29e1ed3e1f7fc3c842ff0973d4993cc0 Mon Sep 17 00:00:00 2001 From: SDraw Date: Fri, 4 Apr 2025 08:54:14 +0300 Subject: [PATCH] Fix for 03.04.2025 update --- ml_lme/LeapInput.cs | 2 +- ml_pmc/PoseCopycat.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ml_lme/LeapInput.cs b/ml_lme/LeapInput.cs index f35c21e..b361737 100644 --- a/ml_lme/LeapInput.cs +++ b/ml_lme/LeapInput.cs @@ -381,7 +381,7 @@ namespace ml_lme } // Reset to default - SetGameFingersTracking(m_inVR && Utils.AreKnucklesInUse() && !CVRInputManager._moduleXR.GestureToggleValue); + SetGameFingersTracking(m_inVR && Utils.AreKnucklesInUse() && !CVRInputManager._moduleXR.SkeletalToggleValue); } OnInteractionChanged(Settings.Interaction); diff --git a/ml_pmc/PoseCopycat.cs b/ml_pmc/PoseCopycat.cs index 8ac5f94..de9e1c1 100644 --- a/ml_pmc/PoseCopycat.cs +++ b/ml_pmc/PoseCopycat.cs @@ -424,7 +424,7 @@ namespace ml_pmc } void RestoreFingerTracking() { - CVRInputManager.Instance.individualFingerTracking = (m_inVr && Utils.AreKnucklesInUse() && !CVRInputManager._moduleXR.GestureToggleValue); + CVRInputManager.Instance.individualFingerTracking = (m_inVr && Utils.AreKnucklesInUse() && !CVRInputManager._moduleXR.SkeletalToggleValue); IKSystem.Instance.FingerSystem.controlActive = CVRInputManager.Instance.individualFingerTracking; if(!CVRInputManager.Instance.individualFingerTracking)