Skip to content

Commit 189a0e3

Browse files
committed
sierpinski: sleeping between changes
1 parent d54078c commit 189a0e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/sierpinski.c

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ void animate()
4242
pluto_write_out();
4343
pluto_render();
4444
pluto_clear_buffers();
45+
46+
usleep(40000);
4547
}
4648
}
4749

0 commit comments

Comments
 (0)