future 1 年間 前
コミット
2b61652e84
1 ファイル変更1 行追加1 行削除
  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.progress.getComponent(ProgressBar).progress = 0;
         // this.Interval_id=setInterval(this.setupLoading.bind(this),200);
         // this.Interval_id=setInterval(this.setupLoading.bind(this),200);
         gameManager.havNoAllAd = config.hav_no_allAd
         gameManager.havNoAllAd = config.hav_no_allAd
-        // this.schedule(this.setupLoading,0.05)
+        this.schedule(this.setupLoading,0.05)
     }
     }
 
 
     setupLoading(){
     setupLoading(){