Fix bug where overlay would get stuck

This commit is contained in:
Zach Fox 2017-07-20 13:26:43 -07:00
parent e18fec140a
commit 46d09a12fe

View file

@ -3633,8 +3633,6 @@ function MyController(hand) {
};
Overlays.sendMousePressOnOverlay(this.grabbedOverlay, pointerEvent);
entityWithContextOverlay = false;
potentialEntityWithContextOverlay = false;
this.touchingEnterTimer = 0;
this.touchingEnterPointerEvent = pointerEvent;