From 9a547f66d2fd3e84be16cee1307ea68504e242f9 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 06:13:02 -0700 Subject: [PATCH] chore(editor): add multi-tile WDT placeholder comment for future --- tools/editor/editor_app.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/editor/editor_app.cpp b/tools/editor/editor_app.cpp index b6011e56..d28ae935 100644 --- a/tools/editor/editor_app.cpp +++ b/tools/editor/editor_app.cpp @@ -667,6 +667,9 @@ void EditorApp::exportZone(const std::string& outputDir) { questEditor_.saveToFile(questPath); } + // Update WDT with additional tiles from adjacent exports + // (future: scan output dir for existing ADTs and include all in WDT) + // Save placed objects if (objectPlacer_.objectCount() > 0) { std::string objPath = base + "/objects.json";