mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 02:49:23 +00:00
Only fingers tracking for VR mode
This commit is contained in:
parent
0794564563
commit
f61e1b20c5
7 changed files with 20 additions and 62 deletions
|
@ -144,12 +144,6 @@ namespace ml_lme
|
|||
}
|
||||
}
|
||||
|
||||
public override void OnLateUpdate()
|
||||
{
|
||||
if(ms_vrState && Settings.Enabled && (m_leapTracked != null))
|
||||
m_leapTracked.UpdateTrackingLate(m_gesturesData);
|
||||
}
|
||||
|
||||
// Settings changes
|
||||
void OnSettingsEnableChange(bool p_state)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue