fixed selecting of quad points

This commit is contained in:
SushiTee 2011-11-26 01:44:24 +01:00 committed by oy
parent 48d21b61a2
commit c22b6c4b4f

View file

@ -1364,6 +1364,7 @@ void CEditor::DoQuadPoint(CQuad *pQuad, int QuadIndex, int V)
m_SelectedPoints |= 1<<V;
else
m_SelectedPoints = 1<<V;
s_Moved = true;
}
m_SelectedQuad = QuadIndex;