diff --git a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs index fc1bc60..dbac2ce 100644 --- a/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs +++ b/Assets/YooAsset/Editor/AssetBundleDebugger/VisualViewers/DebuggerBundleListViewer.cs @@ -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;