Skip to content

Commit

Permalink
Update emulator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zHoeshin authored Jul 24, 2024
1 parent e430766 commit 9963cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Screen{
buffer.height = this.height;

// Get the drawing context
var bufferctx = canvas.getContext('2d');
var bufferctx = buffer.getContext('2d');
bufferctx.imageSmoothingEnabled = false

this.buffercanvas = buffer
Expand Down

0 comments on commit 9963cba

Please sign in to comment.