Kaynağa Gözat

Fix multires CORS regression (fixes #191, regression introduced in 53c6cf85f7).

pull/234/head
Matthew Petroff 8 yıl önce
ebeveyn
işleme
f057406d46
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js Dosyayı Görüntüle

@@ -983,6 +983,7 @@ function Renderer(container) {
var self = this;
this.texture = this.callback = null;
this.image = new Image();
this.image.crossOrigin = 'anonymous';
this.image.addEventListener('load', function() {
processLoadedTexture(self.image, self.texture);
self.callback(self.texture);


Yükleniyor…
İptal
Kaydet