Fix a misplaced break after code cleanup.

This commit is contained in:
jean-pierre charras 2021-07-17 08:53:23 +02:00
parent cb72da294a
commit 3c721c55de
1 changed files with 1 additions and 1 deletions

View File

@ -411,8 +411,8 @@ void AM_PRIMITIVE::DrawBasicShape( const GERBER_DRAW_ITEM* aParent, SHAPE_POLY_S
polybuffer[ii] = aParent->GetABPosition( polybuffer[ii] );
}
break;
TO_POLY_SHAPE;
break;
}
case AMP_POLYGON: