Revert "Ensure bad polys get simplified before triangulation"

This reverts commit fcf44091d2.
This commit is contained in:
Seth Hillbrand 2022-11-28 12:38:16 -08:00
parent 137b4de1c2
commit 77770ff313
1 changed files with 0 additions and 3 deletions

View File

@ -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 )