fix [#31354] Segfault with "Extrude Individual Faces and Move"

This commit is contained in:
Campbell Barton 2012-05-07 18:12:31 +00:00
parent 98ba7dfecf
commit a314b70930
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ static int edbm_extrude_faces_exec(bContext *C, wmOperator *op)
edbm_extrude_face_indiv(em, op, BM_ELEM_SELECT, nor);
WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit);
EDBM_update_generic(C, em, TRUE);
return OPERATOR_FINISHED;
}