mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-29 17:03:19 +02:00
commit
a023a7eebd
1 changed files with 1 additions and 1 deletions
|
@ -1637,7 +1637,7 @@ handleHandMessages = function(channel, message, sender) {
|
||||||
handToDisable = RIGHT_HAND;
|
handToDisable = RIGHT_HAND;
|
||||||
}
|
}
|
||||||
if (message === 'both' || message === 'none') {
|
if (message === 'both' || message === 'none') {
|
||||||
handToDisable = handToDisable;
|
handToDisable = message;
|
||||||
}
|
}
|
||||||
} else if (channel === 'Hifi-Hand-Grab') {
|
} else if (channel === 'Hifi-Hand-Grab') {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue