Merge branch 'master' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-master

This commit is contained in:
Wojtek Figat
2023-10-04 13:33:10 +02:00

View File

@@ -989,7 +989,7 @@ namespace FlaxEditor.Windows
}
_view.ShowItems(items, _sortType, false, true);
}
else
else if (target != null)
{
// Show folder contents
var items = target.Folder.Children;