mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Set WANT_DEBUG_STATE to false
This commit is contained in:
parent
8f78a0624c
commit
3d8f8e5618
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Script.include("../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;
|
||||
|
||||
//
|
||||
// these tune time-averaging and "on" value for analog trigger
|
||||
|
|
Loading…
Reference in a new issue