瀏覽代碼

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

pull/1140/head
Matthew Petroff 1 年之前
父節點
當前提交
3aab61fd2a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/js/pannellum.js

+ 1
- 0
src/js/pannellum.js 查看文件

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


Loading…
取消
儲存