aboutsummaryrefslogtreecommitdiff
path: root/modules/lattice~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lattice~.c')
-rw-r--r--modules/lattice~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lattice~.c b/modules/lattice~.c
index 28adf19..3568ea7 100644
--- a/modules/lattice~.c
+++ b/modules/lattice~.c
@@ -50,8 +50,8 @@ static t_int *lattice_perform(t_int *w)
{
- t_float *in = (float *)(w[3]);
- t_float *out = (float *)(w[4]);
+ t_float *in = (t_float *)(w[3]);
+ t_float *out = (t_float *)(w[4]);
t_latticectl *ctl = (t_latticectl *)(w[1]);
t_int i,j;
t_int n = (t_int)(w[2]);