Browse Source

updateVideo

xzw 3 years ago
parent
commit
8ae22bf02f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      SuperTwo762/js/main_2020_show.js

+ 2 - 1
SuperTwo762/js/main_2020_show.js

@@ -21667,13 +21667,14 @@ window.Modernizr = function(n, e, t) {
                     camera.position.copy(end)
                     setTimeout(()=>{
                         player.sceneRenderer.effects.transitionMaskPass.stop()
-                        
+                        updateVideo({type:"flyDone", pano : player.currentPano})//add
                         this.wrapupWarpShadingOnly(n, i);
                     },t)
                      
                 }else{
                     var o = function() {
                         this.wrapupWarpShadingOnly(n, i);
+                         updateVideo({type:"flyDone", pano:player.currentPano})//add
                     }
                     .bind(this);
                     p.start(this.stepWarpPath.bind(this), t, o, r, d[c.warp.blendEasing], "stepMotion")