Skip to content

Commit

Permalink
fixes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
perminder-17 authored Nov 23, 2023
1 parent c01235f commit 8df7437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/webgl/p5.RendererGL.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ suite('p5.RendererGL', function() {
let s = myp5.createShader(vert, frag);
myp5.filter(s);
myp5.resizeCanvas(5, 15);
myp5.filter(s);
assert.equal(g1.width, 5);
assert.equal(g1.height, 15);
});
Expand Down

0 comments on commit 8df7437

Please sign in to comment.