Bläddra i källkod

Actually fix it this time.

pull/1140/head
Matthew Petroff 1 år sedan
förälder
incheckning
9623f77ad6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Visa fil

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


Laddar…
Avbryt
Spara