From 83fdc41dd18585f2773600241e8a41bbb6e71aa7 Mon Sep 17 00:00:00 2001
From: johnshaughnessy <johnfshaughnessy@gmail.com>
Date: Sat, 20 Oct 2018 10:41:44 -0700
Subject: [PATCH] Fix left/right hand grab.

---
 src/systems/userinput/bindings/oculus-touch-user.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/systems/userinput/bindings/oculus-touch-user.js b/src/systems/userinput/bindings/oculus-touch-user.js
index 9f475b833..d7e39357d 100644
--- a/src/systems/userinput/bindings/oculus-touch-user.js
+++ b/src/systems/userinput/bindings/oculus-touch-user.js
@@ -304,7 +304,7 @@ export const oculusTouchUserBindings = {
     },
     {
       src: [leftGripRisingGrab, leftTriggerRisingGrab],
-      dest: { value: paths.actions.cursor.grab },
+      dest: { value: paths.actions.leftHand.grab },
       xform: xforms.any
     }
   ],
@@ -463,7 +463,7 @@ export const oculusTouchUserBindings = {
     },
     {
       src: [rightGripRisingGrab, rightTriggerRisingGrab],
-      dest: { value: paths.actions.cursor.grab },
+      dest: { value: paths.actions.rightHand.grab },
       xform: xforms.any
     }
   ],
-- 
GitLab