router: temporarily export LINE::Walkaround() debug global variables

This commit is contained in:
Tomasz Wlostowski 2021-06-03 22:30:53 +02:00
parent 70ed5c1ae8
commit e5e588ebba
1 changed files with 2 additions and 2 deletions

View File

@ -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;
#endif
//#endif
bool LINE::Walkaround( const SHAPE_LINE_CHAIN& aObstacle, SHAPE_LINE_CHAIN& aPath, bool aCw ) const
{