diff --git a/scripts/system/miniTablet.js b/scripts/system/miniTablet.js index f8315ae3c2..d29b4b0318 100644 --- a/scripts/system/miniTablet.js +++ b/scripts/system/miniTablet.js @@ -369,10 +369,14 @@ localRotation: localRotation, dimensions: dimensions }); + // FIXME: Temporary code change to try not displaying UI when mini tablet is expanding to become the tablet proper. Overlays.editOverlay(miniUIOverlay, { + /* localPosition: Vec3.multiply(tabletScaleFactor, MINI_UI_LOCAL_POSITION), dimensions: Vec3.multiply(tabletScaleFactor, MINI_UI_DIMENSIONS), dpi: MINI_UI_DPI / tabletScaleFactor + */ + visible: false }); }