aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d_interactor.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd3d_interactor.c')
-rw-r--r--pmpd3d_interactor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd3d_interactor.c b/pmpd3d_interactor.c
index 7f005c8..70a9a12 100644
--- a/pmpd3d_interactor.c
+++ b/pmpd3d_interactor.c
@@ -270,7 +270,7 @@ void pmpd3d_iSphere(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)
// [8] : max radium of the interactor
- t_float a, b, c, R, K, power, tmp, Rmin, Rmax;
+ t_float a, b, c, R, K, power, Rmin, Rmax;
t_int i;
if (!((argc>=6) && (argv[1].a_type == A_FLOAT)&& (argv[2].a_type == A_FLOAT)&& (argv[3].a_type == A_FLOAT)&& (argv[4].a_type == A_FLOAT)))