summaryrefslogtreecommitdiffstats
path: root/balls.c
diff options
context:
space:
mode:
Diffstat (limited to 'balls.c')
-rw-r--r--balls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/balls.c b/balls.c
index b3e7883..287313e 100644
--- a/balls.c
+++ b/balls.c
@@ -184,6 +184,7 @@ spawnballs(int n) {
arg->nothers = n-1;
+ printf("create ball p(%d,%d) v(%f,%f) r(%u) m(%f)\n", arg->b.p.x, arg->b.p.y, arg->b.v.x, arg->b.v.y, arg->b.r, arg->b.m);
threadcreate(ball, arg, mainstacksize);
}