Fix showing splash screen window when running Editor in headless mode

This commit is contained in:
Wojtek Figat
2024-12-04 18:45:41 +01:00
parent e27d18ef87
commit 93fefc9af3

View File

@@ -673,6 +673,7 @@ bool Editor::Init()
Managed = New<ManagedEditor>();
// Show splash screen
if (!CommandLine::Options.Headless.IsTrue())
{
PROFILE_CPU_NAMED("Splash");
if (EditorImpl::Splash == nullptr)