clear sphere

This commit is contained in:
James B. Pollack 2016-01-20 16:09:37 -08:00
parent 19d24293e1
commit c2b5dfdfe6

View file

@ -932,6 +932,7 @@ function MyController(hand) {
FAR_TO_NEAR_GRAB_PADDING_FACTOR);
}
this.setState(this.state == STATE_SEARCHING ? STATE_DISTANCE_HOLDING : STATE_EQUIP);
this.searchSphereOff();
return;
}