Ver a proveniência

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

pull/1140/head
Matthew Petroff há 1 ano
ascendente
cometimento
3aab61fd2a
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      src/js/pannellum.js

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

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


Carregando…
Cancelar
Guardar