Set atlas scale for screenshot to constant value (#776)

This commit is contained in:
EmeraldBlock 2020-10-06 10:27:47 -05:00 committed by GitHub
parent 816fd37b55
commit 00cce9479a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export class HUDScreenshotExporter extends BaseHUDPart {
const parameters = new DrawParameters({
context,
visibleRect,
desiredAtlasScale: chunkScale,
desiredAtlasScale: 0.25,
root: this.root,
zoomLevel: chunkScale,
});