Browse Source

Fixed image cache

pull/880/head
NiHoel 6 years ago
parent
commit
65774ddbb7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js View File

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


Loading…
Cancel
Save