Sfoglia il codice sorgente

Update pannellum.js

pull/883/head
praefectius 4 anni fa
committed by GitHub
parent
commit
a24f24b0ea
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/js/pannellum.js

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

@@ -2814,7 +2814,7 @@ this.startAutoRotate = function(speed, pitch, hfov) {
pitch = pitch === undefined ? origPitch : pitch;
hfov = hfov === undefined ? origHfov : hfov;
config.autoRotate = speed;
_this.lookAt(pitch, undefined, origHfov, 3000);
_this.lookAt(pitch, undefined, hfov, 3000);
animateInit();
return this;
};


Caricamento…
Annulla
Salva