PNS: Initialize placement test

This commit is contained in:
Seth Hillbrand 2020-03-02 16:04:32 -08:00
parent 08ef7de493
commit 386147628e
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ LINE_PLACER::LINE_PLACER( ROUTER* aRouter ) :
m_startItem = NULL;
m_chainedPlacement = false;
m_orthoMode = false;
m_placementCorrect = false;
}