router: temporarily export LINE::Walkaround() debug global variables
This commit is contained in:
parent
70ed5c1ae8
commit
e5e588ebba
|
@ -165,9 +165,9 @@ static int areNeighbours( int x, int y, int max = 0 )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef TOM_EXTRA_DEBUG
|
//#ifdef TOM_EXTRA_DEBUG
|
||||||
SHAPE_LINE_CHAIN g_pnew, g_hnew;
|
SHAPE_LINE_CHAIN g_pnew, g_hnew;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
bool LINE::Walkaround( const SHAPE_LINE_CHAIN& aObstacle, SHAPE_LINE_CHAIN& aPath, bool aCw ) const
|
bool LINE::Walkaround( const SHAPE_LINE_CHAIN& aObstacle, SHAPE_LINE_CHAIN& aPath, bool aCw ) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue