ソースを参照

Fixed image cache

pull/880/head
NiHoel 6年前
コミット
65774ddbb7
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js ファイルの表示

@@ -1572,6 +1572,7 @@ function Renderer(container) {
processLoadedTexture(img, this.texture);
this.callback(this.texture, true);
}
releaseTextureImageLoader(this);
})
} else {
this.image.src = src;


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