mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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) {
|
||||
// keep the overlay above the current position of this avatar
|
||||
Overlays.editOverlay(ignoreOverlays[avatarID], {
|
||||
position: overlayPosition
|
||||
position: overlayPosition,
|
||||
url: overlayURL()
|
||||
});
|
||||
} else {
|
||||
// add the overlay above this avatar
|
||||
|
|
Loading…
Reference in a new issue