summaryrefslogtreecommitdiff
path: root/src/modules/montage/montage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/montage/montage.c')
-rw-r--r--src/modules/montage/montage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/montage/montage.c b/src/modules/montage/montage.c
index 2db9fdd..f1dffd1 100644
--- a/src/modules/montage/montage.c
+++ b/src/modules/montage/montage.c
@@ -38,7 +38,7 @@ static til_module_context_t * montage_create_context(unsigned seed, unsigned tic
size_t n_modules;
montage_context_t *ctxt;
- ctxt = til_module_context_new(sizeof(montage_context_t), seed, n_cpus);
+ ctxt = til_module_context_new(sizeof(montage_context_t), seed, ticks, n_cpus);
if (!ctxt)
return NULL;
© All Rights Reserved