From 16ac456e590e11bc2028a697c586a6c7d00fc41a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 4 Jun 2014 16:16:03 -0400 Subject: csg: Avoid copying the child array for unions. --- libdimension/dimension/csg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension') diff --git a/libdimension/dimension/csg.h b/libdimension/dimension/csg.h index 9e29019..b2ce83f 100644 --- a/libdimension/dimension/csg.h +++ b/libdimension/dimension/csg.h @@ -29,7 +29,7 @@ * @param[in] objects The objects from which to compose the union. * @return A union of the objects in \p objects. */ -dmnsn_object *dmnsn_new_csg_union(dmnsn_pool *pool, const dmnsn_array *objects); +dmnsn_object *dmnsn_new_csg_union(dmnsn_pool *pool, dmnsn_array *objects); /** * CSG intersection. -- cgit v1.2.3