handle overlay change if permissions change

This commit is contained in:
Stephen Birarda 2016-07-27 13:35:41 -07:00
parent a15aef34df
commit 7d9937e412

View file

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