Sfoglia il codice sorgente

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

pull/1140/head
Matthew Petroff 1 anno fa
parent
commit
3aab61fd2a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/js/pannellum.js

+ 1
- 0
src/js/pannellum.js Vedi File

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


Caricamento…
Annulla
Salva