Search sphere goes away on far to near grab

This commit is contained in:
ericrius1 2016-01-06 14:59:31 -08:00
parent cb03eda6d1
commit 67f4c250fd

View file

@ -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);