Update editor code

pull/51/head
hevinci 2022-11-19 17:54:18 +08:00
parent 29b3ca4e69
commit 83f6dc2f76
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ namespace YooAsset.Editor
// Status // Status
StyleColor textColor; StyleColor textColor;
if (bundleInfo.Status == (int)AssetBundleLoaderBase.EStatus.Failed) if (bundleInfo.Status == (int)BundleLoaderBase.EStatus.Failed)
textColor = new StyleColor(Color.yellow); textColor = new StyleColor(Color.yellow);
else else
textColor = label1.style.color; textColor = label1.style.color;