mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Merge pull request #11516 from druiz17/hud-module-fix
fix hudOverlayPointer logic
This commit is contained in:
commit
cfc4696585
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