From 30dc626a963df9aa96dc4f6c210eb9e5cd440523 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 27 十一月 2018 19:21:01 +0800
Subject: [PATCH] 5038 【1.3】4G环境下,地图分包下载显示优化
---
System/AssetVersion/MapAssetDownLoadProgress.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/System/AssetVersion/MapAssetDownLoadProgress.cs b/System/AssetVersion/MapAssetDownLoadProgress.cs
index 0b03141..090d2c7 100644
--- a/System/AssetVersion/MapAssetDownLoadProgress.cs
+++ b/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
{
--
Gitblit v1.8.0