mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-06 03:39:23 +00:00
Stuck device detection
This commit is contained in:
parent
2a7e796862
commit
f6d16f25b7
3 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue