router: Fix up single meander side switching.
This commit is contained in:
parent
d7368588db
commit
1aa05c0e10
|
@ -83,7 +83,7 @@ void MEANDERED_LINE::MeanderSegment( const SEG& aBase, bool aSide, int aBaseInde
|
|||
started = false;
|
||||
}
|
||||
|
||||
if( !singleSided )
|
||||
if( fail && !singleSided )
|
||||
{
|
||||
if( m.Fit( MT_SINGLE, aBase, m_last, !side ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue