Skip to content

Commit eaedc0a

Browse files
authored
fixing setFrame()
1 parent 8f017b0 commit eaedc0a

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
@@ -1677,7 +1677,7 @@ class Image {
16771677
*
16781678
* async function setup() {
16791679
* // Load the image.
1680-
* gif = await loadImage('assets/arnott-wallace-wink-loop-forever.gif');
1680+
* gif = await loadImage('assets/arnott-wallace-eye-loop-forever.gif');
16811681
*
16821682
* createCanvas(100, 100);
16831683
*

0 commit comments

Comments
 (0)