ソースを参照

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 6年前
コミット
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 {


読み込み中…
キャンセル
保存