mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
Info: rename mipmap "info" key to "bounds"
This commit is contained in:
parent
d2802b73f5
commit
cbc4a946c6
2 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ void Info::writeJSON(const char *filename) const {
|
|||
std::tie(minX, maxX, minZ, maxZ) = getBounds(level);
|
||||
|
||||
std::fprintf(f, "{");
|
||||
std::fprintf(f, "\"info\":{");
|
||||
std::fprintf(f, "\"bounds\":{");
|
||||
std::fprintf(f, "\"minX\":%i,", minX);
|
||||
std::fprintf(f, "\"maxX\":%i,", maxX);
|
||||
std::fprintf(f, "\"minZ\":%i,", minZ);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue