mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-06-25 15:58:15 +00:00
Fixed LeapMotionExtension
This commit is contained in:
parent
92357d3076
commit
ee28311d5d
7 changed files with 40 additions and 10 deletions
|
|
@ -2,7 +2,6 @@ using ABI.CCK.Components;
|
|||
using ABI_RC.Core.InteractionSystem;
|
||||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Core.Savior;
|
||||
using ABI_RC.Systems.IK;
|
||||
using ABI_RC.Systems.InputManagement;
|
||||
using ABI_RC.Systems.VRModeSwitch;
|
||||
using System.Collections;
|
||||
|
|
@ -651,7 +650,6 @@ namespace ml_lme
|
|||
void SetGameFingersTracking(bool p_state)
|
||||
{
|
||||
base._inputManager.individualFingerTracking = p_state;
|
||||
IKSystem.Instance.FingerSystem.ControlActive = base._inputManager.individualFingerTracking;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue