Update AssetBundleCollector

This commit is contained in:
hevinci
2022-08-02 16:05:22 +08:00
parent b4dfba9a44
commit e3dcaec9b5

View File

@@ -400,8 +400,8 @@ namespace YooAsset.Editor
/// </summary> /// </summary>
public static string GetAllTags() public static string GetAllTags()
{ {
var allTgas = Setting.GetAllTags(); var allTags = Setting.GetAllTags();
return string.Join(";", allTgas); return string.Join(";", allTags);
} }
} }
} }