Sfoglia il codice sorgente

Send the sceneId to 'scenechange' event

pull/234/head
Prisacariu Alexandru 8 anni fa
parent
commit
0c3b35da42
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

@@ -2051,7 +2051,7 @@ function loadScene(sceneId, targetPitch, targetYaw, targetHfov, fadeDone) {
if (workingHfov !== undefined) {
config.hfov = workingHfov;
}
fireEvent('scenechange');
fireEvent('scenechange', sceneId);
load();
}



Caricamento…
Annulla
Salva