mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Merge branch 'master' into hazeZone
This commit is contained in:
commit
71b49e5001
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
var hudRayPick = controllerData.hudRayPicks[this.hand];
|
||||
var point2d = this.calculateNewReticlePosition(hudRayPick.intersection);
|
||||
if (!Window.isPointOnDesktopWindow(point2d) && !controllerData.triggerClicks[this.hand]) {
|
||||
if (!Window.isPointOnDesktopWindow(point2d) && !this.triggerClicked) {
|
||||
this.exitModule();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue