瀏覽代碼

热更修改

123 1 年之前
父節點
當前提交
550b4ca898
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Assets/Src/Core/DownLoad/DownloadMgr.cs

+ 2 - 2
Assets/Src/Core/DownLoad/DownloadMgr.cs

@@ -233,8 +233,8 @@ public class DownloadMgr : Singleton<DownloadMgr>
             {
                 if (webReq == null)
                 {
-                    CheckFinish = true;
-                    DowmloadError = true;
+                    downloadUrl = GetDownloadUrl();
+                    StartCheck();
                     return;
                 }