From a7c89193b4fe5b4e8df6bcacb120209bdb0fa1df Mon Sep 17 00:00:00 2001 From: Anemunt <69436164+darkresident55@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:52:25 -0500 Subject: [PATCH] Pushing with some stuff on gl3d, but needs some fixes. --- src/EnginePanels.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/EnginePanels.cpp b/src/EnginePanels.cpp index 5eece02..a35518a 100644 --- a/src/EnginePanels.cpp +++ b/src/EnginePanels.cpp @@ -1120,6 +1120,11 @@ void Engine::renderNewProjectDialog() { ImGui::Spacing(); + if (ImGui::Button("Choose Pipeline Mode")) { + } + + ImGui::Spacing(); + ImGui::Text("Location:"); ImGui::SetNextItemWidth(-70); ImGui::InputText("##Location", projectManager.newProjectLocation,