Skip to content

Commit

Permalink
Merge pull request #601 from Stefterv/update-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf authored Jan 15, 2025
2 parents ff5cc6b + 0a1e8a3 commit 6ea7b01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PImage img;

void setup() {
size(640, 360);
img = loadImage("https://processingfoundation.org/content/1-home/processing-web.png");
img = loadImage("https://processing.org/img/processing-web.png");
noLoop();
}

Expand Down

0 comments on commit 6ea7b01

Please sign in to comment.