|
@@ -5730,11 +5730,11 @@ window.Modernizr = (function (n, e, t) {
|
|
|
this.emit('update.controls'),
|
|
|
this.emit(p.TourStart),
|
|
|
this.player.enablePreRendering(),
|
|
|
- /* this.walkingSectionPaused ? (this.clearWalkingSectionPaused(),
|
|
|
- this.goToDestination()) : this.goNext())) */
|
|
|
+ this.walkingSectionPaused ? (this.clearWalkingSectionPaused(),
|
|
|
+ this.goToDestination()) : this.goNext())
|
|
|
|
|
|
- this.setDestinationItem(this.findNearestItem()),
|
|
|
- this.goToDestination())
|
|
|
+ // this.setDestinationItem(this.findNearestItem()),
|
|
|
+ // this.goToDestination())
|
|
|
);
|
|
|
}
|
|
|
}),
|
|
@@ -5903,9 +5903,9 @@ window.Modernizr = (function (n, e, t) {
|
|
|
|
|
|
// // zeg改
|
|
|
if (null === this.currentItem || void 0 === this.currentItem) {
|
|
|
- // this.setDestinationItem(this.firstDestination())
|
|
|
+ this.setDestinationItem(this.firstDestination())
|
|
|
// this.setDestinationItem([currentPanoDestinations[0], 0])
|
|
|
- this.setDestinationItem([this.currentItem[0], 0]);
|
|
|
+ // this.setDestinationItem([this.currentItem[0], 0]);
|
|
|
}
|
|
|
// else if(this.currentItem[1] == null) {
|
|
|
// this.setDestinationItem([this.currentItem[0], 0])
|