From d8c249e08ff73fbb933ce988bddd324804ba8d7e Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 08:24:07 -0700 Subject: [PATCH] chore(editor): update About dialog tech stack info --- tools/editor/editor_ui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index 601cd5e8..dd7a983e 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -231,7 +231,8 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Separator(); ImGui::Text("6 modes, 30+ terrain tools, 2 noise types"); ImGui::Text("Export: ADT + WDT + JSON (zone manifest)"); - ImGui::Text("9k lines, WoW 3.3.5a compatible"); + ImGui::Text("9k+ lines, WoW 3.3.5a ADT/WDT format"); + ImGui::Text("Built with SDL2 / Vulkan / ImGui"); ImGui::EndPopup(); } ImGui::EndMainMenuBar();