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 47a68ff commit e430766
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 @@ -100,7 +100,7 @@ class Screen{
make_buffer(){
// Create a canvas element
var buffer = document.createElement('canvas');
buffer.width = this,width;
buffer.width = this.width;
buffer.height = this.height;

// Get the drawing context
Expand Down

0 comments on commit e430766

Please sign in to comment.