Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/13263
This commit is contained in:
Jeff Young
2022-12-26 20:33:04 +00:00
parent 1f3727f548
commit ab6aa08f33
+1 -1
View File
@@ -874,7 +874,7 @@ bool BuildFootprintPolygonOutlines( BOARD* aBoard, SHAPE_POLY_SET& aOutlines, in
if( !segList.empty() )
{
success = ConvertOutlineToPolygon( segList, outlines, aErrorMax, aChainingEpsilon,
false, aErrorHandler );
true, aErrorHandler );
}
// A closed outline was found on Edge_Cuts