Update screenshot_exporter.js

This commit is contained in:
xSparfuchs 2020-06-17 20:17:23 +02:00
parent 8372293d5d
commit e63638f364
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export class HUDScreenshotExporter extends BaseHUDPart {
} else {
chunkSizePixels = Math.floor(128 * (128 / dimensions.y));
}
logger.log("ChunkSizePixels:", chunkSizePixels);
logger.log("ChunkSizePixels:", chunkSizePixels);
}
const chunkScale = chunkSizePixels / (globalConfig.mapChunkSize * globalConfig.tileSize);