Merge pull request #10217 from sethalves/enable-grab-debug-prints

turn on handControllerGrab debug prints
This commit is contained in:
Chris Collins 2017-04-14 09:15:28 -07:00 committed by GitHub
commit 1eb3c5273f

View file

@ -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;