7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:05:30 +00:00

F3D viewer: fix incorrect code in commit becaba53

This commit is contained in:
jean-pierre charras 2025-01-20 17:47:34 +01:00
parent becaba531b
commit ca5f867957

View File

@ -666,7 +666,7 @@ void BOARD_ADAPTER::createLayers( REPORTER* aStatusReporter )
0, maxError, ERROR_INSIDE );
}
else
item->TransformShapeToPolygon( *m_frontPlatedCopperPolys, F_Cu,
item->TransformShapeToPolygon( *platedCopperPolys, layer,
0, maxError, ERROR_INSIDE );
}
}