Refine editor window architecture
This commit is contained in:
@@ -144,6 +144,7 @@ bool Application::Initialize(HINSTANCE hInstance, int nCmdShow) {
|
||||
App::EditorWindowManager::CreateParams createParams = {};
|
||||
createParams.windowId = "main";
|
||||
createParams.title = kWindowTitle;
|
||||
createParams.category = App::EditorWindowCategory::Workspace;
|
||||
createParams.showCommand = nCmdShow;
|
||||
createParams.primary = true;
|
||||
createParams.autoCaptureOnStartup =
|
||||
|
||||
Reference in New Issue
Block a user