Specctra export: Fix typo
This commit is contained in:
parent
5ccfc8e4ce
commit
a20c5a765f
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue