浏览代码

Fix attribution info showing up wrongly when loading a scene

One entity was having its info shown, even though it was not selected
tags/v0.1.0
Fen Dweller 5 年前
父节点
当前提交
3ec9ebf971
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      macrovision.js

+ 0
- 2
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 {


正在加载...
取消
保存