Correct assert

This commit is contained in:
Campbell Barton 2015-03-16 13:39:27 +11:00 committed by Sergey Sharybin
parent 9c154d5b58
commit ee87056fd9
1 changed files with 1 additions and 1 deletions

View File

@ -2301,7 +2301,7 @@ int BM_mesh_calc_edge_groups(BMesh *bm, int *r_groups_array, int (**r_group_inde
BMEdge *e;
int i;
STACK_INIT(group_array, bm->totface);
STACK_INIT(group_array, bm->totedge);
/* init the array */
BM_ITER_MESH_INDEX (e, &iter, bm, BM_EDGES_OF_MESH, i) {