mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
make tablet be an avatar-entity
This commit is contained in:
parent
c3505b854e
commit
0e9ff7f7fc
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