Skip to content

Commit faad082

Browse files
committed
Fix Asset Browser clearing on asset recompile
1 parent f908a87 commit faad082

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

game/addons/tools/Code/Editor/AssetBrowser/AssetBrowser.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,6 @@ private async Task<bool> UpdateAssetListAsync( bool recursive, CancellationToken
406406
List<object> items = new List<object>();
407407
var tagCounts = new Dictionary<string, int>();
408408

409-
AssetList.Clear();
410-
411409
await Task.Run( () =>
412410
{
413411
//

0 commit comments

Comments
 (0)