update asset system

This commit is contained in:
hevinci
2023-01-31 17:00:07 +08:00
parent 365a94d7b7
commit f620223613

View File

@@ -228,7 +228,7 @@ namespace YooAsset
List<OperationHandleBase> tempers = new List<OperationHandleBase>(_handles); List<OperationHandleBase> tempers = new List<OperationHandleBase>(_handles);
foreach (var hande in tempers) foreach (var hande in tempers)
{ {
if (hande.IsValidWithWarning) if (hande.IsValid)
{ {
hande.InvokeCallback(); hande.InvokeCallback();
} }