mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +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.turnOffVisualizations();
|
||||
return;
|
||||
} else if ((this.state == STATE_SEARCHING) && this.triggerSmoothedGrab()) {
|
||||
this.setState(STATE_DISTANCE_HOLDING);
|
||||
|
|
Loading…
Reference in a new issue