mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:08:56 +02:00
Merge pull request #6875 from imgntn/removesearchsphereonequip
Remove Search Sphere After Far Equip
This commit is contained in:
commit
fde13ae2e4
1 changed files with 1 additions and 0 deletions
|
@ -932,6 +932,7 @@ function MyController(hand) {
|
||||||
FAR_TO_NEAR_GRAB_PADDING_FACTOR);
|
FAR_TO_NEAR_GRAB_PADDING_FACTOR);
|
||||||
}
|
}
|
||||||
this.setState(this.state == STATE_SEARCHING ? STATE_DISTANCE_HOLDING : STATE_EQUIP);
|
this.setState(this.state == STATE_SEARCHING ? STATE_DISTANCE_HOLDING : STATE_EQUIP);
|
||||||
|
this.searchSphereOff();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue