Correct comment

This commit is contained in:
Campbell Barton 2015-04-29 20:16:40 +10:00
parent 620cc762db
commit 7232157357
1 changed files with 1 additions and 1 deletions

View File

@ -2130,7 +2130,7 @@ void bmesh_vert_separate(
while (true) {
/* Considering only edges and faces incident on vertex v, walk
* the edges & faces and assign an index to each connected set */
* the edges & collect in the 'edges' list for splitting */
BMEdge *e = v->e;
BM_ELEM_API_FLAG_DISABLE(e, EDGE_VISIT);