mirror of https://github.com/tuyoogame/YooAsset
parent
e5de104933
commit
cc75594747
|
@ -215,7 +215,7 @@ namespace YooAsset
|
|||
|
||||
// 设置同时验证的最大数
|
||||
_verifyMaxNum = bundleCount;
|
||||
_verifyTotalCount = _waitingList.Count;
|
||||
_verifyTotalCount = bundleCount;
|
||||
|
||||
_waitingList = new List<VerifyInfo>(bundleCount);
|
||||
_verifyingList = new List<VerifyInfo>(_verifyMaxNum);
|
||||
|
|
Loading…
Reference in New Issue