Просмотр исходного кода

Fix multires texture loading artifacts (regression introduced in 53c6cf85f7).

pull/234/head
Matthew Petroff 8 лет назад
Родитель
Сommit
14682461e1
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/js/libpannellum.js

+ 1
- 1
src/js/libpannellum.js Просмотреть файл

@@ -985,8 +985,8 @@ function Renderer(container) {
this.image = new Image();
this.image.addEventListener('load', function() {
processLoadedTexture(self.image, self.texture);
releaseTextureImageLoader(self);
self.callback(self.texture);
releaseTextureImageLoader(self);
});
};



Загрузка…
Отмена
Сохранить