mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:17:01 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into import-av-entities
This commit is contained in:
commit
3ec9f0c496
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
}
|
}
|
||||||
var hudRayPick = controllerData.hudRayPicks[this.hand];
|
var hudRayPick = controllerData.hudRayPicks[this.hand];
|
||||||
var point2d = this.calculateNewReticlePosition(hudRayPick.intersection);
|
var point2d = this.calculateNewReticlePosition(hudRayPick.intersection);
|
||||||
if (!Window.isPointOnDesktopWindow(point2d) && !controllerData.triggerClicks[this.hand]) {
|
if (!Window.isPointOnDesktopWindow(point2d) && !this.triggerClicked) {
|
||||||
this.exitModule();
|
this.exitModule();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue