|
@@ -22346,9 +22346,10 @@ function o(a, s, l) {
|
|
|
}
|
|
|
//this.mode == u.PANORAMA && this.transitionPos({type:"flyDone", this.currentPano})//add
|
|
|
if(this.mode == V.PANORAMA){
|
|
|
+ this.overlayGroup.visible = true;
|
|
|
Overlay.updateVisibles([this.currentPano])
|
|
|
}else{
|
|
|
- //Overlay.updateVisibles(true)
|
|
|
+ //Overlay.updateVisibles(true)
|
|
|
}
|
|
|
|
|
|
c && u !== V.PANORAMA && i === V.PANORAMA ? this.startWarp(M.Retain, S.Retain, R.BLACK, null, null, a) : (a && a(),
|