Cleanup: unused variable warning

This commit is contained in:
Campbell Barton 2022-06-17 07:23:21 +10:00
parent e2975cb701
commit 483bc6c9c1
1 changed files with 2 additions and 1 deletions

View File

@ -853,7 +853,8 @@ Mesh *direct_mesh_boolean(Span<const Mesh *> meshes,
target_transform,
use_self,
hole_tolerant,
boolean_mode);
boolean_mode,
r_intersecting_edges);
return nullptr;
#endif // WITH_GMP
}