Exact Boolean: fix last commit: pass an arg by reference instead of value.

This commit is contained in:
Howard Trickey 2021-06-05 14:17:15 -07:00
parent 8e43ef5f31
commit dbfde0fe70
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ static Vector<ComponentContainer> find_component_containers(int comp,
const IMesh &tm,
const PatchesInfo &pinfo,
const TriMeshTopology &tmtopo,
Array<BoundingBox> comp_bb,
Array<BoundingBox> &comp_bb,
IMeshArena *arena)
{
constexpr int dbg_level = 0;