mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed selecting of quad points
This commit is contained in:
parent
48d21b61a2
commit
c22b6c4b4f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue