Fix loading windows layout with assets due to content database load order change
This commit is contained in:
@@ -159,7 +159,7 @@ namespace FlaxEditor.Modules
|
||||
internal WindowsModule(Editor editor)
|
||||
: base(editor)
|
||||
{
|
||||
InitOrder = -100;
|
||||
InitOrder = -75;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user