ソースを参照

Actually fix it this time.

pull/1140/head
Matthew Petroff 1年前
コミット
9623f77ad6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js ファイルの表示

@@ -3074,7 +3074,7 @@ this.setUpdate = function(bool) {
* @returns {Viewer} `this`
*/
this.updateOnce = function() {
updateOnce = true;
update = updateOnce = true;
if (renderer === undefined)
onImageLoad();
else


読み込み中…
キャンセル
保存