Explorar el Código

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

pull/234/head
Matthew Petroff hace 8 años
padre
commit
f057406d46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/js/libpannellum.js

+ 1
- 0
src/js/libpannellum.js Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar