mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
turn on handControllerGrab debug prints
This commit is contained in:
parent
f23f9ec698
commit
af5a352f02
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