mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
No smooth scaling
This commit is contained in:
parent
5cd19cb521
commit
198cf74c75
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user