mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 09:03:52 +00:00
chore(editor): add multi-tile WDT placeholder comment for future
This commit is contained in:
parent
00fd1249d8
commit
9a547f66d2
1 changed files with 3 additions and 0 deletions
|
|
@ -667,6 +667,9 @@ void EditorApp::exportZone(const std::string& outputDir) {
|
||||||
questEditor_.saveToFile(questPath);
|
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
|
// Save placed objects
|
||||||
if (objectPlacer_.objectCount() > 0) {
|
if (objectPlacer_.objectCount() > 0) {
|
||||||
std::string objPath = base + "/objects.json";
|
std::string objPath = base + "/objects.json";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue