perf : check collector error

pull/252/head
hevinci 2024-03-08 11:39:48 +08:00
parent fadc8e6fd6
commit 42104eb944
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ namespace YooAsset.Editor
if (collector.IsValid() == false) if (collector.IsValid() == false)
{ {
Debug.LogWarning($"The collector is invalid : {collector.CollectPath} in group : {group.GroupName}"); collector.CheckConfigError();
return; return;
} }