Added back sorting sub project directories.

This commit is contained in:
Chandler Cox
2022-12-12 18:18:48 -06:00
parent 8d9e3ded74
commit 7eab3fe5b3

View File

@@ -841,6 +841,7 @@ namespace FlaxEditor.Windows
_root.AddChild(Editor.ContentDatabase.Game);
foreach (var project in Editor.ContentDatabase.Projects)
{
project.SortChildrenRecursive();
if (project == Editor.ContentDatabase.Game || project == Editor.ContentDatabase.Engine)
continue;
_root.AddChild(project);