We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc0dc61 + 07bd1a9 commit 6de1436Copy full SHA for 6de1436
mode/examples/Basics/Image/LoadDisplayImage/LoadDisplayImage.pde
@@ -12,7 +12,6 @@ void setup() {
12
// The file "jelly.jpg" must be in the data folder
13
// of the current sketch to load successfully
14
a = loadImage("jelly.jpg"); // Load the image into the program
15
- noLoop(); // Makes draw() only run once
16
}
17
18
void draw() {
0 commit comments