aboutsummaryrefslogtreecommitdiff
path: root/modules/ramp~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ramp~.c')
-rw-r--r--modules/ramp~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ramp~.c b/modules/ramp~.c
index e4d5ed4..fa87809 100644
--- a/modules/ramp~.c
+++ b/modules/ramp~.c
@@ -57,7 +57,7 @@ static t_int *ramp_perform(t_int *w)
t_int n = (t_int)(w[2]);
t_float x;
- t_float scale = ctl->c_blockscale ? 1.0f / (t_float)n : 1.0f;
+ t_float scale = ctl->c_blockscale ? 1.0 / (t_float)n : 1.0;
x = ctl->c_offset;