mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 00:21:36 +00:00
Fix typo
This commit is contained in:
parent
5a37211fdb
commit
a7f978daf6
@ -1610,7 +1610,7 @@ int SHAPE_POLY_SET::RemoveNullSegments()
|
||||
|
||||
ITERATOR iterator = IterateWithHoles();
|
||||
|
||||
VECTOR2I contourStart = *NormalizeAreaOutlinesiterator;
|
||||
VECTOR2I contourStart = *iterator;
|
||||
VECTOR2I segmentStart, segmentEnd;
|
||||
|
||||
VERTEX_INDEX indexStart;
|
||||
|
Loading…
Reference in New Issue
Block a user