Update AssetBundleCollector

pull/33/head
hevinci 2022-08-02 16:05:22 +08:00
parent b4dfba9a44
commit e3dcaec9b5
1 changed files with 2 additions and 2 deletions

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);
}
}
}