Restore green router collision color.

This commit is contained in:
Alex Shvartzkop 2024-02-19 17:40:03 +03:00 committed by dsa-t
parent e9a881ed01
commit 35e73d7dee
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@ void ROUTER_PREVIEW_ITEM::Update( const PNS::ITEM* aItem )
break;
}
m_flags &= ~PNS_COLLISION;
if( aItem->Marker() & PNS::MK_VIOLATION )
m_flags |= PNS_COLLISION;