mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 17:32:52 +02:00
Merge pull request #9438 from sethalves/tablet-ui
make tablet be an avatar-entity
This commit is contained in:
commit
99de46cb27
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue