diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c index 92cc2e00b388c6dedc43437db8f1cc11b1f46560..ab8315f153f899a2a8c84e6b24f7962f0e4d5f34 100644 --- a/pd/src/g_scalar.c +++ b/pd/src/g_scalar.c @@ -573,6 +573,7 @@ static void scalar_displace_withtag(t_gobj *z, t_glist *glist, int dx, int dy) x->sc_y1 += dy; x->sc_y2 += dy; } + //fprintf(stderr,"gotx=%d goty=%d\n", gotx, goty); scalar_getbasexy(x, &basex, &basey); gpointer_init(&gp); gpointer_setglist(&gp, glist, x);