This commit is contained in:
Seth Hillbrand 2022-08-26 16:58:21 -07:00
parent 5a37211fdb
commit a7f978daf6
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ int SHAPE_POLY_SET::RemoveNullSegments()
ITERATOR iterator = IterateWithHoles(); ITERATOR iterator = IterateWithHoles();
VECTOR2I contourStart = *NormalizeAreaOutlinesiterator; VECTOR2I contourStart = *iterator;
VECTOR2I segmentStart, segmentEnd; VECTOR2I segmentStart, segmentEnd;
VERTEX_INDEX indexStart; VERTEX_INDEX indexStart;