From 2dd1f47082d300e22bbe42b1d5e7d65357cba0f2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 15 八月 2018 11:01:54 +0800
Subject: [PATCH] 2466 【前端】分包优化
---
Fight/MapTransferUtility.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index 9d3b368..1cfe48b 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -719,7 +719,7 @@
if (!assetVersion.IsPriorAsset())
{
- InGameDownLoad.Instance.TryDownLoad(true);
+ InGameDownLoad.Instance.TryDownLoad(InGameDownLoad.Dominant.Whole);
return false;
}
}
--
Gitblit v1.8.0