Don't override clearance when routing

The default `m_overrideClearance = -1` used here was changed to 1.
Reseting it to -1 to solve linked issue

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14595
This commit is contained in:
Lucas Dumont 2023-04-22 17:30:56 +12:00 committed by Jeff Young
parent 8d4db2edf5
commit e2e901de1d
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ NODE::OPT_OBSTACLE NODE::CheckColliding( const ITEM* aItemA, int aKindMask )
opts.m_kindMask = aKindMask;
opts.m_limitCount = 1;
opts.m_overrideClearance = 1;
if( aItemA->Kind() == ITEM::LINE_T )
{