summaryrefslogtreecommitdiff
path: root/src/modules/sparkler/sparkler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/sparkler/sparkler.c')
-rw-r--r--src/modules/sparkler/sparkler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sparkler/sparkler.c b/src/modules/sparkler/sparkler.c
index e2ff76e..36aabff 100644
--- a/src/modules/sparkler/sparkler.c
+++ b/src/modules/sparkler/sparkler.c
@@ -44,7 +44,7 @@ static void sparkler(fb_fragment_t *fragment)
}
-rototiller_renderer_t sparkler_renderer = {
+rototiller_module_t sparkler_module = {
.render = sparkler,
.name = "sparkler",
.description = "Particle system with spatial interactions",
© All Rights Reserved