mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-26 00:55:50 +00:00
Remove obsolete comment
This commit is contained in:
parent
1f73fa415e
commit
e044d6c004
@ -22,11 +22,6 @@ impl ToShape for fj::Group {
|
||||
let a = self.a.to_shape(tolerance, debug_info);
|
||||
let b = self.b.to_shape(tolerance, debug_info);
|
||||
|
||||
// This doesn't create a true union, as it doesn't eliminate, merge, or
|
||||
// split faces.
|
||||
//
|
||||
// See issue:
|
||||
// https://github.com/hannobraun/Fornjot/issues/42
|
||||
copy_shape(a, &mut shape);
|
||||
copy_shape(b, &mut shape);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user