瀏覽代碼

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;


Loading…
取消
儲存