Skip to content

Commit

Permalink
update patch system
Browse files Browse the repository at this point in the history
修复WebGL平台本地文件验证报错。
  • Loading branch information
gmhevinci committed Jan 5, 2023
1 parent e5de104 commit cc75594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ internal override void Update()

// 设置同时验证的最大数
_verifyMaxNum = bundleCount;
_verifyTotalCount = _waitingList.Count;
_verifyTotalCount = bundleCount;

_waitingList = new List<VerifyInfo>(bundleCount);
_verifyingList = new List<VerifyInfo>(_verifyMaxNum);
Expand Down

0 comments on commit cc75594

Please sign in to comment.