We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54078c commit 189a0e3Copy full SHA for 189a0e3
examples/sierpinski.c
@@ -42,6 +42,8 @@ void animate()
42
pluto_write_out();
43
pluto_render();
44
pluto_clear_buffers();
45
+
46
+ usleep(40000);
47
}
48
49
0 commit comments