mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
Merge pull request #10217 from sethalves/enable-grab-debug-prints
turn on handControllerGrab debug prints
This commit is contained in:
commit
1eb3c5273f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue