diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/VerifyPackageOperation.cs b/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/VerifyPackageOperation.cs index 6600ffa..9f1af87 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/VerifyPackageOperation.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/Operations/Internal/VerifyPackageOperation.cs @@ -215,7 +215,7 @@ namespace YooAsset // 设置同时验证的最大数 _verifyMaxNum = bundleCount; - _verifyTotalCount = _waitingList.Count; + _verifyTotalCount = bundleCount; _waitingList = new List(bundleCount); _verifyingList = new List(_verifyMaxNum);