mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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() {
|
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.grabPointSphereOff();
|
||||||
this.lineOff();
|
this.lineOff();
|
||||||
this.overlayLineOff();
|
this.overlayLineOff();
|
||||||
|
|
Loading…
Reference in a new issue