mirror of https://github.com/tuyoogame/YooAsset
Update editor code
parent
29b3ca4e69
commit
83f6dc2f76
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue