mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-25 12:45:37 +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;
|
||||
}
|
||||
if (message === 'both' || message === 'none') {
|
||||
handToDisable = handToDisable;
|
||||
handToDisable = message;
|
||||
}
|
||||
} else if (channel === 'Hifi-Hand-Grab') {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue