summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rototiller.c')
-rw-r--r--src/rototiller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index a5d0927..4d6bd79 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -107,7 +107,7 @@ static void module_render_fragment(const rototiller_module_t *module, void *cont
}
} else if (module->render_fragment)
- module->render_fragment(context, fragment);
+ module->render_fragment(context, 0, fragment);
if (module->finish_frame)
module->finish_frame(context, fragment);
© All Rights Reserved