mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-09 23:02:11 -04:00
Fix content browser dock and editor now disabled by default
This commit is contained in:
@@ -97,8 +97,7 @@ namespace Ship {
|
||||
|
||||
ImGui::DockBuilderDockWindow("Properties", rightBottomId);
|
||||
ImGui::DockBuilderDockWindow("Tools", topId);
|
||||
ImGui::DockBuilderDockWindow("Content Browser", bottomId);
|
||||
ImGui::DockBuilderDockWindow("File Explorer", bottomLeftId);
|
||||
ImGui::DockBuilderDockWindow("Content Browser", bottomLeftId);
|
||||
|
||||
ImGui::DockBuilderFinish(dockId);
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ void SetupGuiElements() {
|
||||
SPDLOG_ERROR("Could not find input GfxDebuggerWindow");
|
||||
}
|
||||
|
||||
mToolsWindow = std::make_shared<Editor::ToolsWindow>("gEditorEnabled", true, "Tools", ImVec2(100, 100),
|
||||
mToolsWindow = std::make_shared<Editor::ToolsWindow>("gEditorEnabled", "Tools", ImVec2(100, 100),
|
||||
(ImGuiWindowFlags_NoTitleBar));
|
||||
gui->AddGuiWindow(mToolsWindow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user