mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 08:18:56 +02:00
Search sphere goes away on far to near grab
This commit is contained in:
parent
cb03eda6d1
commit
67f4c250fd
1 changed files with 1 additions and 0 deletions
|
@ -917,6 +917,7 @@ function MyController(hand) {
|
||||||
|
|
||||||
}
|
}
|
||||||
this.setState(STATE_EQUIP);
|
this.setState(STATE_EQUIP);
|
||||||
|
this.turnOffVisualizations();
|
||||||
return;
|
return;
|
||||||
} else if ((this.state == STATE_SEARCHING) && this.triggerSmoothedGrab()) {
|
} else if ((this.state == STATE_SEARCHING) && this.triggerSmoothedGrab()) {
|
||||||
this.setState(STATE_DISTANCE_HOLDING);
|
this.setState(STATE_DISTANCE_HOLDING);
|
||||||
|
|
Loading…
Reference in a new issue