diff options
| -rw-r--r-- | src/game/editor/editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 75f9476c..6fc88943 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -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; |