mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge branch 'master' into tablet_home_paginate
This commit is contained in:
commit
0c99a56972
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