Parcourir la source

Update pannellum.js

pull/883/head
praefectius il y a 4 ans
committed by GitHub
Parent
révision
a24f24b0ea
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/js/pannellum.js

+ 1
- 1
src/js/pannellum.js Voir le fichier

@@ -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;
};


Chargement…
Annuler
Enregistrer