mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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;
|
||||
|
||||
//
|
||||
|
@ -1711,7 +1711,7 @@ function MyController(hand) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.state == STATE_HOLD && dropDetected && this.triggerSmoothedGrab()) {
|
||||
if (this.state == STATE_HOLD && dropDetected && this.triggerSmoothedGrab()) {
|
||||
this.setState(STATE_OFF, "drop detected");
|
||||
this.callEntityMethodOnGrabbed("releaseEquip");
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue