Update editor code

This commit is contained in:
hevinci
2022-09-29 15:06:03 +08:00
parent 4ece14e921
commit 46c219505f
2 changed files with 3 additions and 3 deletions

View File

@@ -259,7 +259,7 @@ namespace YooAsset.Editor
{
_dependListView.Clear();
_dependListView.ClearSelection();
_dependListView.itemsSource = providerInfo.BundleInfos;
_dependListView.itemsSource = providerInfo.DependBundleInfos;
_dependListView.Rebuild();
}
}