This commit is contained in:
xSparfuchs 2020-06-17 20:38:11 +02:00
parent 889e22ea69
commit 8d21c1dfaf
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export class HUDScreenshotExporter extends BaseHUDPart {
const maxDimensions = Math.max(dimensions.x, dimensions.y);
if (maxDimensions > 128) {
chunkSizePixels = Math.floor(128 * (128 / maxDimensions));
chunkSizePixels = Math.floor(128 * (128 / maxDimensions));
}
logger.log("ChunkSizePixels:", chunkSizePixels);