From ba01f62983c69da42ef8c3bc1e36946e81924b34 Mon Sep 17 00:00:00 2001 From: tonton th Date: Sat, 6 Jun 2020 16:37:56 +0200 Subject: [PATCH] what a nasty bug ! --- bubulles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubulles.c b/bubulles.c index 16f4b49..de708bf 100644 --- a/bubulles.c +++ b/bubulles.c @@ -245,7 +245,7 @@ printf("xyzd %11.6f %11.6f %11.6f %11.6f\n", what->p.x, what->p.y, what->p.z, what->d); printf("diam %11.6f gray %5d\n", what->d, what->gray); printf("rgba %11.6f %11.6f %11.6f %11.6f\n", - what->p.x, what->p.y, what->p.z, what->d); + what->col.r, what->col.g, what->col.b, what->col.a); puts("----------------------------------------------------------");