From 0e1a87c1aca6b656adaafead9f3c8c4e5b6e4784 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sun, 31 Aug 2014 01:30:45 -0400 Subject: [PATCH] *added debugging info --- pd/src/g_scalar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c index 92cc2e00b..ab8315f15 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); -- GitLab