Merge pull request #9438 from sethalves/tablet-ui

make tablet be an avatar-entity
This commit is contained in:
Seth Alves 2017-01-19 10:12:34 -08:00 committed by GitHub
commit 99de46cb27

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