Skip to content

Commit

Permalink
Fix snapshotCanvas
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Jul 28, 2021
1 parent 8373e6f commit 8c2b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/canvas/CanvasRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ var CanvasRenderer = new Class({

state.getPixel = getPixel;

CanvasSnapshot(this.canvas, state);
CanvasSnapshot(canvas, state);

state.callback = null;

Expand Down

0 comments on commit 8c2b1a7

Please sign in to comment.