correct recent commit

This commit is contained in:
Campbell Barton 2013-08-18 14:35:53 +00:00
parent b9ce231060
commit e2dc3313fe

@ -77,7 +77,7 @@ static BMFace *bm_face_from_eloop(BMesh *bm, struct BMEdgeLoopStore *el_store)
} while ((node = node->next));
f = BM_face_create_ngon_verts(bm, f_verts, len, 0, true, false);
BM_face_copy_shared(bm, f);
BM_face_copy_shared(bm, f, NULL, NULL);
l = bm_face_find_longest_loop_manifold(f);
if (l) {