mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 11:24:12 +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() {
|
function showTabletUI() {
|
||||||
tabletShown = true;
|
tabletShown = true;
|
||||||
print("show tablet-ui");
|
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();
|
UIWebTablet.register();
|
||||||
HMD.tabletID = UIWebTablet.webEntityID;
|
HMD.tabletID = UIWebTablet.webEntityID;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue