mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
fix crashes when clicking in the homebutton
This commit is contained in:
parent
b9afcd3f0a
commit
daf25c1fe8
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ WebTablet.prototype.mousePressEvent = function (event) {
|
|||
tablet.gotoHomeScreen();
|
||||
this.setHomeButtonTexture();
|
||||
}
|
||||
Messages.sendLocalMessage("home", this.homeButtonID);
|
||||
}
|
||||
} else if (!HMD.active && (!overlayPickResults.intersects || overlayPickResults.overlayID !== this.webOverlayID)) {
|
||||
this.dragging = true;
|
||||
|
|
Loading…
Reference in a new issue