about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSushiTee <weichel.sascha@xxx.xx>2011-11-26 01:44:24 +0100
committeroy <Tom_Adams@web.de>2011-11-29 22:03:10 +0100
commitc22b6c4b4f75578525cafda557ed1344bec6eec8 (patch)
treeabfc9194a48434dbd7902de9ca915f2a1e057ba6 /src
parent48d21b61a2a1b32ba0e39b411311947693ecea47 (diff)
downloadzcatch-c22b6c4b4f75578525cafda557ed1344bec6eec8.tar.gz
zcatch-c22b6c4b4f75578525cafda557ed1344bec6eec8.zip
fixed selecting of quad points
Diffstat (limited to 'src')
-rw-r--r--src/game/editor/editor.cpp1
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;