router: Keep meander placer world in base

m_world overloaded in pns_meander_placer and didn't get the correct
pointer in certain tune modes.

Fixes: lp:1851251
* https://bugs.launchpad.net/kicad/+bug/1851251
This commit is contained in:
Seth Hillbrand 2019-11-04 07:10:25 -08:00
parent 8621a1cf3a
commit 42daf172fd
1 changed files with 0 additions and 3 deletions

View File

@ -122,9 +122,6 @@ private:
long long int origPathLength() const;
///> pointer to world to search colliding items
NODE* m_world;
///> current routing start point (end of tail, beginning of head)
VECTOR2I m_currentStart;