Revert "Ensure bad polys get simplified before triangulation"
This reverts commit fcf44091d2
.
This commit is contained in:
parent
137b4de1c2
commit
77770ff313
|
@ -2710,9 +2710,6 @@ void SHAPE_POLY_SET::CacheTriangulation( bool aPartition )
|
|||
bool triangulationValid = false;
|
||||
int pass = 0;
|
||||
|
||||
if( polySet.IsSelfIntersecting() )
|
||||
polySet.Simplify( PM_FAST );
|
||||
|
||||
while( polySet.OutlineCount() > 0 )
|
||||
{
|
||||
if( !dest.empty() && dest.back()->GetTriangleCount() == 0 )
|
||||
|
|
Loading…
Reference in New Issue