From 40561fbe7a320dd2c468224e1ab980eea4994feb Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 10:10:17 -0700 Subject: [PATCH] fix(editor): correct noise type count in About dialog (3 types: value, voronoi, detail) --- tools/editor/editor_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/editor/editor_ui.cpp b/tools/editor/editor_ui.cpp index b00d20ba..33630f00 100644 --- a/tools/editor/editor_ui.cpp +++ b/tools/editor/editor_ui.cpp @@ -364,7 +364,7 @@ void EditorUI::renderMenuBar(EditorApp& app) { ImGui::Text("Standalone world editor for creating"); ImGui::Text("custom WoW zones for the wowee client."); ImGui::Separator(); - ImGui::Text("6 modes, 30+ terrain tools, 2 noise types"); + ImGui::Text("6 modes, 30+ terrain tools, 3 noise types"); ImGui::Text("Export: ADT + WDT + JSON (zone manifest)"); ImGui::Text("9k+ lines, WoW 3.3.5a ADT/WDT format"); ImGui::Text("Built with SDL2 / Vulkan / ImGui");