mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-21 16:00:32 +00:00
update patch system
修复WebGL平台本地文件验证报错。
This commit is contained in:
@@ -215,7 +215,7 @@ namespace YooAsset
|
||||
|
||||
// 设置同时验证的最大数
|
||||
_verifyMaxNum = bundleCount;
|
||||
_verifyTotalCount = _waitingList.Count;
|
||||
_verifyTotalCount = bundleCount;
|
||||
|
||||
_waitingList = new List<VerifyInfo>(bundleCount);
|
||||
_verifyingList = new List<VerifyInfo>(_verifyMaxNum);
|
||||
|
||||
Reference in New Issue
Block a user