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;
                 }