diff options
Diffstat (limited to 'libdimension')
-rw-r--r-- | libdimension/sphere.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdimension/sphere.c b/libdimension/sphere.c index 468014e..d8fae05 100644 --- a/libdimension/sphere.c +++ b/libdimension/sphere.c @@ -95,7 +95,6 @@ dmnsn_sphere_bounding_fn(const dmnsn_object *object, dmnsn_matrix trans) box.min.z = cz - dz; box.max.z = cz + dz; - printf(DMNSN_BOUNDING_BOX_FORMAT "\n", DMNSN_BOUNDING_BOX_PRINTF(box)); return box; } |