Tools/mmaps_generator: Always rebuild tiles when debug output is enabled

This commit is contained in:
Shauren
2025-10-23 18:23:22 +02:00
parent 5dab95f25c
commit 01df927c0f
+3
View File
@@ -1043,6 +1043,9 @@ namespace MMAP
if (header.mmapVersion != MMAP_VERSION)
return false;
if (m_debugOutput)
return false;
return true;
}