future 1 year ago
parent
commit
2b61652e84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/script/launch/view_launch.ts

+ 1 - 1
assets/script/launch/view_launch.ts

@@ -15,7 +15,7 @@ export class launch_view extends Component {
         this.progress.getComponent(ProgressBar).progress = 0;
         // this.Interval_id=setInterval(this.setupLoading.bind(this),200);
         gameManager.havNoAllAd = config.hav_no_allAd
-        // this.schedule(this.setupLoading,0.05)
+        this.schedule(this.setupLoading,0.05)
     }
 
     setupLoading(){