mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:20:16 +02:00
handle trigger off in controller mapping
This commit is contained in:
parent
cd1c114807
commit
9deb9744c6
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ function makeTriggerHandler(hand) {
|
||||||
handleClickedOverlay(overlayIntersection);
|
handleClickedOverlay(overlayIntersection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (triggered && (value < TRIGGER_OFF_VALUE)) {
|
||||||
|
triggered = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue