mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 11:20:42 +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.sessionUUIDChanged.connect(function() {
|
||||
var avatarSessionUUID = MyAvatar.sessionUUID;
|
||||
Overlays.editOverlay(loadingSphereID, { parentID: avatarSessionUUID });
|
||||
});
|
||||
|
||||
var toggle = true;
|
||||
if (DEBUG) {
|
||||
|
|
Loading…
Reference in a new issue