|
@@ -22831,7 +22831,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
|
|
|
this.flying = true
|
|
|
-
|
|
|
+ this.nextPano = pano //提前加载高清图片
|
|
|
this.path.warpDestHeroLoc = {
|
|
|
panoId : o.panoId,
|
|
|
position: pano.position,
|
|
@@ -22846,9 +22846,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.currentPano = pano
|
|
|
this.emit("flying.ended", pano.position, oldPos, pano, oldPano)
|
|
|
this.flying = false
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ this.nextPano = null
|
|
|
} )
|
|
|
|
|
|
}
|