From c2d6bf10d2caac912d09483cf832b139a4654b70 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 16 Jan 2017 06:47:50 -0800 Subject: [PATCH] hard-code dimensions on home-button so that it doesn't sometimes show-up with the wrong size --- 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 2edd4a2edf..2a8d26d474 100644 --- a/scripts/system/libraries/WebTablet.js +++ b/scripts/system/libraries/WebTablet.js @@ -101,6 +101,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly) { name: "homeButton", type: "Model", modelURL: HOME_BUTTON_URL, + dimensions: { x: 0.04, y: 0.04, z: 0.02 }, collisionless: true, localPosition: {x: 0, y: HOME_BUTTON_Y_OFFSET, z: -0.01}, parentID: this.tabletEntityID,