mirror of https://github.com/tuyoogame/YooAsset
update asset system
parent
365a94d7b7
commit
f620223613
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue