From af5a352f0289d0072c0e64ebaca64c325b44620b Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 14 Apr 2017 08:10:31 -0700 Subject: [PATCH] turn on handControllerGrab debug prints --- scripts/system/controllers/handControllerGrab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index d1c00a9d81..88d5229f1a 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -27,8 +27,8 @@ Script.include("/~/system/libraries/controllers.js"); // add lines where the hand ray picking is happening // -var WANT_DEBUG = false; -var WANT_DEBUG_STATE = false; +var WANT_DEBUG = true; +var WANT_DEBUG_STATE = true; var WANT_DEBUG_SEARCH_NAME = null; var FORCE_IGNORE_IK = false;