Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/10009
This commit is contained in:
Jeff Young 2021-12-15 23:38:51 +00:00
parent 956ac871c3
commit 20dcf43fdd
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void PAD::MergePrimitivesAsPolygon( SHAPE_POLY_SET* aMergedPolygon, ERROR_LOC aE
default:
case PAD_SHAPE::CIRCLE:
TransformCircleToPolygon( *aMergedPolygon, wxPoint( 0, 0 ), GetSize().x / 2, maxError,
ERROR_INSIDE );
aErrorLoc );
break;
}