- [SR] Fix issue with bundle parsing (revert previous fix).
- [Core] Free `AssetBrowser` resources while reseting form.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace AssetStudioGUI
|
||||
public void Clear()
|
||||
{
|
||||
ResourceMap.Clear();
|
||||
assetListView.DataSource = null;
|
||||
assetListView.DataSource = Array.Empty<AssetEntry>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user