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:
parent
becaba531b
commit
ca5f867957
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user