Fix a misplaced break after code cleanup.
This commit is contained in:
parent
cb72da294a
commit
3c721c55de
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue