From baf2fce2c3341d92e9574cbb0cb45d2f9ec01128 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Thu, 5 Jan 2017 15:33:21 -0800 Subject: [PATCH] Made back button entity collisionless --- scripts/system/libraries/WebTablet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/libraries/WebTablet.js b/scripts/system/libraries/WebTablet.js index d6a465c362..c894642f80 100644 --- a/scripts/system/libraries/WebTablet.js +++ b/scripts/system/libraries/WebTablet.js @@ -97,6 +97,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) { this.homeButtonEntity = Entities.addEntity({ name: "homeButton", type: "Sphere", + collisionless: true, localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: 0}, dimensions: {x: 0.05, y: 0.05, z: 0.05}, parentID: this.tabletEntityID,