From 2c72e7964d4d9eb2ebdf11152ffe638582c43aa8 Mon Sep 17 00:00:00 2001 From: AlessandroSigna Date: Wed, 23 Dec 2015 13:53:35 -0800 Subject: [PATCH] Fix assignment --- examples/controllers/handControllerGrab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 8903b773c9..e0a7c55af8 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -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 {