No smooth scaling

This commit is contained in:
Will Scullin 2021-09-27 14:38:04 -07:00
parent 5cd19cb521
commit 198cf74c75
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 1 additions and 0 deletions

View File

@ -889,6 +889,7 @@ export class VideoModes2D implements VideoModes {
this._canvas.height = height;
this._screenContext = screenContext;
this._screenContext.imageSmoothingEnabled = false;
this._left = (this.screen.width - 560) / 2;
this._top = (this.screen.height - 384) / 2;
}