Skip to content

Commit 8f017b0

Browse files
authored
fixing numFrames
1 parent 12a6a17 commit 8f017b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/p5.Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ class Image {
17331733
*
17341734
* async function setup() {
17351735
* // Load the image.
1736-
* gif = await loadImage('assets/arnott-wallace-wink-loop-forever.gif');
1736+
* gif = await loadImage('assets/arnott-wallace-eye-loop-forever.gif');
17371737
*
17381738
* createCanvas(100, 100);
17391739
*

0 commit comments

Comments
 (0)