Specctra export: Fix typo

This commit is contained in:
jean-pierre charras 2023-03-07 15:08:23 +01:00
parent 5ccfc8e4ce
commit a20c5a765f
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ void SPECCTRA_DB::FromBOARD( BOARD* aBoard )
continue;
// Currently, we export only copper layers
if( ! IsCopperLayer( zone->IsOnCopperLayer() ) )
if( ! zone->IsOnCopperLayer() )
continue;