mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Remove disabling of teleport in hand grab
This commit is contained in:
parent
6019581f3f
commit
d50689b795
1 changed files with 0 additions and 6 deletions
|
@ -1868,12 +1868,6 @@ function MyController(hand) {
|
|||
};
|
||||
|
||||
this.nearGrabbingEnter = function() {
|
||||
//if (this.hand === 0) {
|
||||
//Messages.sendLocalMessage('Hifi-Teleport-Disabler', 'left');
|
||||
//}
|
||||
//if (this.hand === 1) {
|
||||
//Messages.sendLocalMessage('Hifi-Teleport-Disabler', 'right');
|
||||
//}
|
||||
this.grabPointSphereOff();
|
||||
this.lineOff();
|
||||
this.overlayLineOff();
|
||||
|
|
Loading…
Reference in a new issue