summaryrefslogtreecommitdiffhomepage
path: root/Magic2/Selection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Magic2/Selection.cpp')
-rw-r--r--Magic2/Selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Magic2/Selection.cpp b/Magic2/Selection.cpp
index 570ab21..1a2510a 100644
--- a/Magic2/Selection.cpp
+++ b/Magic2/Selection.cpp
@@ -192,7 +192,7 @@ void
Selection::RemoveVert(WORD s, WORD v)
{
DWORD value = (s << 16) | v;
-
+
for (auto vi = verts.begin(); vi != verts.end(); ++vi) {
if (*vi == value) {
verts.erase(vi);