aboutsummaryrefslogtreecommitdiff
path: root/threeply.c
diff options
context:
space:
mode:
Diffstat (limited to 'threeply.c')
-rw-r--r--threeply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threeply.c b/threeply.c
index 6b236ff..2495c19 100644
--- a/threeply.c
+++ b/threeply.c
@@ -78,8 +78,8 @@ static void calc(threeply_struct *threeply, double *vars) {
static void calculate(threeply_struct *threeply) {
calc(threeply, threeply -> vars);
- outlet_float(threeply -> x_obj.ob_outlet, threeply -> vars[M_x]);
outlet_float(threeply -> outlets[M_y - 1], threeply -> vars[M_y]);
+ outlet_float(threeply -> x_obj.ob_outlet, threeply -> vars[M_x]);
} // end calculate
static void reset(threeply_struct *threeply, t_symbol *s, int argc, t_atom *argv) {