Added back sorting sub project directories.
This commit is contained in:
@@ -841,6 +841,7 @@ namespace FlaxEditor.Windows
|
|||||||
_root.AddChild(Editor.ContentDatabase.Game);
|
_root.AddChild(Editor.ContentDatabase.Game);
|
||||||
foreach (var project in Editor.ContentDatabase.Projects)
|
foreach (var project in Editor.ContentDatabase.Projects)
|
||||||
{
|
{
|
||||||
|
project.SortChildrenRecursive();
|
||||||
if (project == Editor.ContentDatabase.Game || project == Editor.ContentDatabase.Engine)
|
if (project == Editor.ContentDatabase.Game || project == Editor.ContentDatabase.Engine)
|
||||||
continue;
|
continue;
|
||||||
_root.AddChild(project);
|
_root.AddChild(project);
|
||||||
|
|||||||
Reference in New Issue
Block a user