mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 01:36:56 +02:00
handle overlay change if permissions change
This commit is contained in:
parent
a15aef34df
commit
7d9937e412
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ function updateOverlays() {
|
||||||
if (avatarID in ignoreOverlays) {
|
if (avatarID in ignoreOverlays) {
|
||||||
// keep the overlay above the current position of this avatar
|
// keep the overlay above the current position of this avatar
|
||||||
Overlays.editOverlay(ignoreOverlays[avatarID], {
|
Overlays.editOverlay(ignoreOverlays[avatarID], {
|
||||||
position: overlayPosition
|
position: overlayPosition,
|
||||||
|
url: overlayURL()
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// add the overlay above this avatar
|
// add the overlay above this avatar
|
||||||
|
|
Loading…
Reference in a new issue