Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 17, 2023
1 parent 6e7f809 commit ea685cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgl/webgl-2d-image-3x3-convolution.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

function main() {
var image = new Image();
image.src = "resources/leaves.jpg"; // MUST BE SAME DOMAIN!!!
image.src = "resources/leaves.jpg";
image.onload = function() {
render(image);
};
Expand Down

0 comments on commit ea685cd

Please sign in to comment.