Stuck device detection

This commit is contained in:
SDraw 2022-03-23 19:38:02 +03:00
parent 2a7e796862
commit f6d16f25b7
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
3 changed files with 13 additions and 13 deletions

View file

@ -4,7 +4,7 @@ namespace ml_lme_cvr
{
[RequireComponent(typeof(Animator))]
[DisallowMultipleComponent]
public class LeapIK : MonoBehaviour
class LeapIK : MonoBehaviour
{
bool m_enabled = true;
bool m_fingersOnly = false;