mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +02:00
fix overlayParentID
This commit is contained in:
parent
ec2d89fd25
commit
98dafa3b67
1 changed files with 4 additions and 0 deletions
|
@ -419,6 +419,10 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
MyAvatar.sensorToWorldScaleChanged.connect(scaleInterstitialPage);
|
MyAvatar.sensorToWorldScaleChanged.connect(scaleInterstitialPage);
|
||||||
|
MyAvatar.sessionUUIDChanged.connect(function() {
|
||||||
|
var avatarSessionUUID = MyAvatar.sessionUUID;
|
||||||
|
Overlays.editOverlay(loadingSphereID, { parentID: avatarSessionUUID });
|
||||||
|
});
|
||||||
|
|
||||||
var toggle = true;
|
var toggle = true;
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
|
|
Loading…
Reference in a new issue