Remove obsolete comment

This commit is contained in:
Hanno Braun 2022-03-16 15:46:05 +01:00
parent 1f73fa415e
commit e044d6c004

View File

@ -22,11 +22,6 @@ impl ToShape for fj::Group {
let a = self.a.to_shape(tolerance, debug_info); let a = self.a.to_shape(tolerance, debug_info);
let b = self.b.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(a, &mut shape);
copy_shape(b, &mut shape); copy_shape(b, &mut shape);