mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 03:59:16 +00:00
Fix for latest build
This commit is contained in:
parent
0921899dc8
commit
71a09df17d
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue