summaryrefslogtreecommitdiff
path: root/src/modules/spiro/spiro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/spiro/spiro.c')
-rw-r--r--src/modules/spiro/spiro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/spiro/spiro.c b/src/modules/spiro/spiro.c
index ddbc33d..546dc60 100644
--- a/src/modules/spiro/spiro.c
+++ b/src/modules/spiro/spiro.c
@@ -81,7 +81,7 @@ static void spiro_render_fragment(void *context, unsigned ticks, unsigned cpu, t
}
/* blank the fragment */
- til_fb_fragment_zero(fragment);
+ til_fb_fragment_clear(fragment);
/* plot one spirograph run */
float l=ctxt->p/ctxt->r;
© All Rights Reserved