mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 00:30:52 +02:00
Disable WANT_DEBUG_STATE
This commit is contained in:
parent
1759132377
commit
14efd5dc12
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,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