Skip to content

Commit d74e77a

Browse files
committed
result polys from difference should include passthrough from a
1 parent 44ba689 commit d74e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/csg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ impl<S: Clone + Debug + Send + Sync> CSG<S> {
383383
}
384384

385385
CSG {
386-
polygons: a.all_polygons(),
386+
polygons: final_polys,
387387
geometry: final_gc,
388388
bounding_box: OnceLock::new(),
389389
metadata: self.metadata.clone(),

0 commit comments

Comments
 (0)