fix 修复tag没计算的问题

mlyDev
Nocye 2023-06-22 20:16:35 +08:00
parent 6f3198a2e1
commit 340a69b251
1 changed files with 4 additions and 2 deletions

View File

@ -397,9 +397,11 @@ namespace YooAsset
continue; continue;
} }
bundle.HasTag(tags); if (bundle.HasTag(tags))
{
neetDownloadList.Add(bundle); neetDownloadList.Add(bundle);
} }
}
return neetDownloadList; return neetDownloadList;
} }