Merge pull request #6875 from imgntn/removesearchsphereonequip

Remove Search Sphere After Far Equip
This commit is contained in:
Philip Rosedale 2016-01-20 19:22:53 -08:00
commit fde13ae2e4

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;
}