From 71a09df17d84a1b678e55b03ccc1c3cf90a0079b Mon Sep 17 00:00:00 2001 From: SDraw Date: Wed, 2 Apr 2025 22:27:59 +0300 Subject: [PATCH] Fix for latest build --- 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 7fa018f..7790bd3 100644 --- a/ml_lme/LeapInput.cs +++ b/ml_lme/LeapInput.cs @@ -383,7 +383,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)