| Core/GameEngine/Login/Launch.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/AssetVersion/DownloadMgr.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Core/GameEngine/Login/Launch.cs
@@ -1140,6 +1140,7 @@ threshold = Application.platform == RuntimePlatform.WindowsEditor ? 1f : 0.9f; LaunchPostProcess.Instance.Begin(); InitialFunctionConfig.Init(true); //有更新再初始化一次 } public override void End() System/AssetVersion/DownloadMgr.cs
@@ -136,7 +136,6 @@ return; //DebugEx.LogFormat("下载最大任务:{0}", MaxDownLoadTask); ScrollTip.ShowTip("下载最大任务:" + MaxDownLoadTask); var task = waitTask.Dequeue(); if (task.IsDone) return;