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:
parent
8621a1cf3a
commit
42daf172fd
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue