fix 修复tag没计算的问题
parent
6f3198a2e1
commit
340a69b251
|
@ -397,9 +397,11 @@ namespace YooAsset
|
|||
continue;
|
||||
}
|
||||
|
||||
bundle.HasTag(tags);
|
||||
if (bundle.HasTag(tags))
|
||||
{
|
||||
neetDownloadList.Add(bundle);
|
||||
}
|
||||
}
|
||||
|
||||
return neetDownloadList;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue