7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00
This commit is contained in:
Seth Hillbrand 2022-08-26 16:58:21 -07:00
parent 5a37211fdb
commit a7f978daf6

View File

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