update patch system

修复WebGL平台本地文件验证报错。
pull/62/head
hevinci 2023-01-05 19:01:45 +08:00
parent e5de104933
commit cc75594747
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ namespace YooAsset
// 设置同时验证的最大数
_verifyMaxNum = bundleCount;
_verifyTotalCount = _waitingList.Count;
_verifyTotalCount = bundleCount;
_waitingList = new List<VerifyInfo>(bundleCount);
_verifyingList = new List<VerifyInfo>(_verifyMaxNum);