Explorar el Código

Avoid race condition between `updateOnce()` and `setUpdate(true)`.

pull/1140/head
Matthew Petroff hace 1 año
padre
commit
3aab61fd2a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/js/pannellum.js

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

@@ -3058,6 +3058,7 @@ this.getRenderer = function() {
this.setUpdate = function(bool) {
update = bool === true;
if (update) {
updateOnce = false;
if (renderer === undefined)
onImageLoad();
else


Cargando…
Cancelar
Guardar