aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2011-02-25 12:19:32 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2011-02-25 12:19:32 +0000
commitdb4948b8177391746958137f87e6f5fc1d770a02 (patch)
tree90d96aaeac5a2696b5cf465b7410ea6410618d59 /pmpd3d.c
parent9a109f3c09c72784f4cdcd081a6ea7c27287d78c (diff)
including iohannes suggestions
svn path=/trunk/externals/pmpd/; revision=14966
Diffstat (limited to 'pmpd3d.c')
-rw-r--r--pmpd3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmpd3d.c b/pmpd3d.c
index 7137623..5d9204c 100644
--- a/pmpd3d.c
+++ b/pmpd3d.c
@@ -1717,6 +1717,7 @@ void pmpd3d_massesPosXT(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)
while ((i < vecsize) && (j < x->nb_mass))
{
if (atom_getsymbolarg(1,argc,argv) == x->mass[j].Id)
+
{
vec[i].w_float = x->mass[j].posX;
i++;