@ -47,8 +47,8 @@ bool TOPOLOGY::SimplifyLine( LINE* aLine )
if( simplified.PointCount() != l.PointCount() )
{
LINE lnew( l );
m_world->Remove( l );
lnew.SetShape( simplified );
m_world->Add( lnew );
return true;