mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Fixes for 25/06/2025 nightly game build
This commit is contained in:
parent
5261203833
commit
aa5856b102
3 changed files with 7 additions and 7 deletions
|
@ -651,7 +651,7 @@ namespace ml_lme
|
|||
void SetGameFingersTracking(bool p_state)
|
||||
{
|
||||
base._inputManager.individualFingerTracking = p_state;
|
||||
IKSystem.Instance.FingerSystem.controlActive = base._inputManager.individualFingerTracking;
|
||||
IKSystem.Instance.FingerSystem.ControlActive = base._inputManager.individualFingerTracking;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue