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

pull/780/head
EmeraldBlock 4 years ago committed by GitHub
parent 816fd37b55
commit 00cce9479a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
});

Loading…
Cancel
Save