mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
fix hudlaser module
This commit is contained in:
parent
2dc080479c
commit
6b3d89d18f
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