mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
fix bug
This commit is contained in:
parent
41bf65ed5e
commit
5c55b86be6
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ function MyController(hand) {
|
|||
|
||||
this.update = function(deltaTime, timestamp) {
|
||||
this.updateSmoothedTrigger();
|
||||
|
||||
this.homeButtonTouched = false;
|
||||
// If both trigger and grip buttons squeezed and nothing is held, rescale my avatar!
|
||||
if (this.hand === RIGHT_HAND && this.state === STATE_SEARCHING &&
|
||||
this.getOtherHandController().state === STATE_SEARCHING) {
|
||||
|
|
Loading…
Reference in a new issue