Skip to content

Commit 07bd1a9

Browse files
authored
Update LoadDisplayImage.pde
delete noLoop(). The image was not seeing in some devices.
1 parent c94a3e0 commit 07bd1a9

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)