update asset system

pull/62/head
hevinci 2023-01-31 17:00:07 +08:00
parent 365a94d7b7
commit f620223613
1 changed files with 1 additions and 1 deletions

View File

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