From 0e9ff7f7fc70d65722b0c688e80cee65c04c94ad Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 19 Jan 2017 10:12:06 -0800 Subject: [PATCH] make tablet be an avatar-entity --- scripts/system/tablet-ui/tabletUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/tablet-ui/tabletUI.js b/scripts/system/tablet-ui/tabletUI.js index abddc4c084..b65eae153d 100644 --- a/scripts/system/tablet-ui/tabletUI.js +++ b/scripts/system/tablet-ui/tabletUI.js @@ -24,7 +24,7 @@ function showTabletUI() { tabletShown = true; print("show tablet-ui"); - UIWebTablet = new WebTablet("qml/hifi/tablet/TabletRoot.qml", null, null, activeHand); + UIWebTablet = new WebTablet("qml/hifi/tablet/TabletRoot.qml", null, null, activeHand, true); UIWebTablet.register(); HMD.tabletID = UIWebTablet.webEntityID; }