make tablet be an avatar-entity

This commit is contained in:
Seth Alves 2017-01-19 10:12:06 -08:00
parent c3505b854e
commit 0e9ff7f7fc

View file

@ -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;
}