fix overlayParentID

This commit is contained in:
Dante Ruiz 2018-09-06 14:31:49 -07:00
parent ec2d89fd25
commit 98dafa3b67

View file

@ -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) {