Tools/mmaps_generator: Always rebuild tiles when debug output is enabled
This commit is contained in:
@@ -1043,6 +1043,9 @@ namespace MMAP
|
||||
if (header.mmapVersion != MMAP_VERSION)
|
||||
return false;
|
||||
|
||||
if (m_debugOutput)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user