mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:56:45 +02:00
Fix bug where overlay would get stuck
This commit is contained in:
parent
e18fec140a
commit
46d09a12fe
1 changed files with 0 additions and 2 deletions
|
@ -3633,8 +3633,6 @@ function MyController(hand) {
|
||||||
};
|
};
|
||||||
|
|
||||||
Overlays.sendMousePressOnOverlay(this.grabbedOverlay, pointerEvent);
|
Overlays.sendMousePressOnOverlay(this.grabbedOverlay, pointerEvent);
|
||||||
entityWithContextOverlay = false;
|
|
||||||
potentialEntityWithContextOverlay = false;
|
|
||||||
|
|
||||||
this.touchingEnterTimer = 0;
|
this.touchingEnterTimer = 0;
|
||||||
this.touchingEnterPointerEvent = pointerEvent;
|
this.touchingEnterPointerEvent = pointerEvent;
|
||||||
|
|
Loading…
Reference in a new issue