mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 01:24:28 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi into hazeOnTransparent
This commit is contained in:
commit
51e70365f0
1 changed files with 1 additions and 2 deletions
|
@ -898,8 +898,7 @@
|
|||
}
|
||||
}
|
||||
function keyReleaseEvent(event) {
|
||||
if ((event.text.toUpperCase() === "X") && !event.isAutoRepeat && !event.isShifted && !event.isMeta && !event.isControl
|
||||
&& !event.isAlt) {
|
||||
if (event.text.toUpperCase() === "X" && !event.isAutoRepeat) {
|
||||
updateTriggers(0.0, true, Controller.Standard.RightHand);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue