Fix loading windows layout with assets due to content database load order change

This commit is contained in:
Wojtek Figat
2025-03-27 20:47:47 +01:00
parent 98834131f1
commit 1c64845169

View File

@@ -159,7 +159,7 @@ namespace FlaxEditor.Modules
internal WindowsModule(Editor editor)
: base(editor)
{
InitOrder = -100;
InitOrder = -75;
}
/// <summary>