Procházet zdrojové kódy

Fixed image cache

pull/880/head
NiHoel před 6 roky
rodič
revize
65774ddbb7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit