Update editor code
parent
29b3ca4e69
commit
83f6dc2f76
|
@ -185,7 +185,7 @@ namespace YooAsset.Editor
|
|||
|
||||
// Status
|
||||
StyleColor textColor;
|
||||
if (bundleInfo.Status == (int)AssetBundleLoaderBase.EStatus.Failed)
|
||||
if (bundleInfo.Status == (int)BundleLoaderBase.EStatus.Failed)
|
||||
textColor = new StyleColor(Color.yellow);
|
||||
else
|
||||
textColor = label1.style.color;
|
||||
|
|
Loading…
Reference in New Issue