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