mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Set state debug flag to false
This commit is contained in:
parent
cb51d00c1d
commit
67aac09033
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Script.include("/~/system/libraries/utils.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