Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2009-02-13 06:27:03 +0300
committerJoseph Eagar <joeedh@gmail.com>2009-02-13 06:27:03 +0300
commit209db3a64cbdd75813e52431ce69ec7a391aedb3 (patch)
tree931efd145b8ed0d053b2965012de53528c9b09ee /source/blender/editors/mesh/editmesh_lib.c
parent1773084201a1e2593a4383e3106c95c37e75108b (diff)
parented7e211c2d5be8a9e7e87a41fc6fecc02bb346c5 (diff)
merge with 2.5 at r18948
Diffstat (limited to 'source/blender/editors/mesh/editmesh_lib.c')
-rw-r--r--source/blender/editors/mesh/editmesh_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_lib.c b/source/blender/editors/mesh/editmesh_lib.c
index 61bfa51e06b..054e3013234 100644
--- a/source/blender/editors/mesh/editmesh_lib.c
+++ b/source/blender/editors/mesh/editmesh_lib.c
@@ -220,6 +220,7 @@ void EM_validate_selections(EditMesh *em)
EditSelection *ese, *nextese;
ese = em->selected.first;
+
while(ese){
nextese = ese->next;
if(ese->type == EDITVERT && !(((EditVert*)ese->data)->f & SELECT)) BLI_freelinkN(&(em->selected), ese);