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("----------------------------------------------------------");