MAPG-27 reset pov before loading the next pano

This commit is contained in:
Bence Pőcze 2020-05-20 02:10:47 +02:00
parent 1ace9ae0b2
commit bccd02ce30

View File

@ -162,6 +162,7 @@ function loadPano(data, status) {
return;
}
panorama.setPov({heading: 0, pitch: 0, zoom: 1});
panorama.setPano(data.location.pano);
}