Loading pcbnew/router/pns_line.cpp +26 −23 Original line number Diff line number Diff line Loading @@ -200,6 +200,9 @@ bool PNS_LINE::Walkaround( SHAPE_LINE_CHAIN aObstacle, SHAPE_LINE_CHAIN& aPre, const VECTOR2I p = ips[i].p; int dist = line.PathLength( p ); if( dist < 0 ) return false; if( dist <= nearest_dist ) { nearest_dist = dist; Loading Loading
pcbnew/router/pns_line.cpp +26 −23 Original line number Diff line number Diff line Loading @@ -200,6 +200,9 @@ bool PNS_LINE::Walkaround( SHAPE_LINE_CHAIN aObstacle, SHAPE_LINE_CHAIN& aPre, const VECTOR2I p = ips[i].p; int dist = line.PathLength( p ); if( dist < 0 ) return false; if( dist <= nearest_dist ) { nearest_dist = dist; Loading