Skip to content

Commit eff6319

Browse files
authored
Merge pull request #5794 from samme/fix/render-texture-snapshot-canvas
Fix CanvasRenderer#snapshotCanvas()
2 parents 69401e3 + 8c2b1a7 commit eff6319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/canvas/CanvasRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ var CanvasRenderer = new Class({
560560

561561
state.getPixel = getPixel;
562562

563-
CanvasSnapshot(this.canvas, state);
563+
CanvasSnapshot(canvas, state);
564564

565565
state.callback = null;
566566

0 commit comments

Comments
 (0)