mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 13:57:42 +02:00
removed debug flag
This commit is contained in:
parent
0f42943bfb
commit
dcd91d4398
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Script.include("/~/system/libraries/Xform.js");
|
|||
// add lines where the hand ray picking is happening
|
||||
//
|
||||
var WANT_DEBUG = false;
|
||||
var WANT_DEBUG_STATE = true;
|
||||
var WANT_DEBUG_STATE = false;
|
||||
var WANT_DEBUG_SEARCH_NAME = null;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue