From 3ec9ebf9712574316f4d14a8182d3b018886619b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 4 Apr 2020 12:43:00 -0400 Subject: [PATCH] Fix attribution info showing up wrongly when loading a scene One entity was having its info shown, even though it was not selected --- macrovision.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/macrovision.js b/macrovision.js index 2f2c8849..6f23e4ad 100644 --- a/macrovision.js +++ b/macrovision.js @@ -1044,8 +1044,6 @@ function displayEntity(entity, view, x, y, selectEntity=false, refresh=false) { const image = entity.views[view].image; img.src = image.source; - displayAttribution(image.source); - if (image.bottom !== undefined) { img.style.setProperty("--offset", ((-1 + image.bottom) * 100) + "%") } else {