This commit is contained in:
Jon Evans 2021-01-18 21:09:07 -05:00
parent 6cd4fcf30c
commit 330d717c69
1 changed files with 1 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ DIRECTION_45 POSTURE_SOLVER::GetPosture( const VECTOR2I& aP )
}
else if( diagDirection == m_lastSegDirection )
{
if( m_direction != straightDirection )
if( m_direction != diagDirection )
{
wxLogTrace( "PNS", "Posture: forcing diagonal => %s", diagDirection.Format() );
}