mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
put distant grab inside of conditional
This commit is contained in:
parent
381a24951e
commit
37ecd18054
1 changed files with 2 additions and 1 deletions
|
@ -279,8 +279,9 @@ function controller(hand, triggerAction) {
|
|||
} else {
|
||||
Entities.callEntityMethod(this.grabbedEntity, "setLeftHand");
|
||||
}
|
||||
Entities.callEntityMethod(this.grabbedEntity, "startDistantGrab");
|
||||
}
|
||||
Entities.callEntityMethod(this.grabbedEntity, "startDistantGrab");
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue