Only fingers tracking for VR mode

This commit is contained in:
SDraw 2022-09-02 22:23:14 +00:00 committed by SDraw
parent 0794564563
commit f61e1b20c5
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
7 changed files with 20 additions and 62 deletions

View file

@ -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)
{