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>
public static string GetAllTags()
{
var allTgas = Setting.GetAllTags();
return string.Join(";", allTgas);
var allTags = Setting.GetAllTags();
return string.Join(";", allTags);
}
}
}