Skip to content

Commit 6de1436

Browse files
authored
Merge pull request #739 from rtomas/main
Update LoadDisplayImage.pde
2 parents fc0dc61 + 07bd1a9 commit 6de1436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mode/examples/Basics/Image/LoadDisplayImage/LoadDisplayImage.pde

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ void setup() {
1212
// The file "jelly.jpg" must be in the data folder
1313
// of the current sketch to load successfully
1414
a = loadImage("jelly.jpg"); // Load the image into the program
15-
noLoop(); // Makes draw() only run once
1615
}
1716

1817
void draw() {

0 commit comments

Comments
 (0)