This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Fixed image cache
pull/880/head
NiHoel
6 years ago
parent
e673117a32
commit
65774ddbb7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save