少年修仙传客户端代码仓库
client_Wu Xijin
2018-11-27 30dc626a963df9aa96dc4f6c210eb9e5cd440523
5038 【1.3】4G环境下,地图分包下载显示优化
1个文件已修改
5 ■■■■■ 已修改文件
System/AssetVersion/MapAssetDownLoadProgress.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/AssetVersion/MapAssetDownLoadProgress.cs
@@ -39,9 +39,10 @@
            if (this.onComplete != null)
            {
                this.onComplete();
                this.onComplete = null;
                Destroy(this.gameObject);
            }
            this.onComplete = null;
            Destroy(this.gameObject);
        }
        else
        {