Updated default editor layout

This commit is contained in:
Antoine Pilote
2024-08-14 18:25:02 -04:00
parent 9b9f5d111d
commit d01b21875c
3 changed files with 252 additions and 179 deletions

View File

@@ -16,7 +16,7 @@ void EditorApplication::OnInit()
m_Window = Engine::GetCurrentWindow();
m_Window->SetSize({ m_Specification.WindowWidth, m_Specification.WindowHeight });
m_Window->SetTitle(m_Specification.Name);
m_Window->SetMonitor(1);
//m_Window->SetMonitor(1);
if (!m_LaunchSettings.projectPath.empty())
{