Fix for recent BMesh regression refactoring out face tessellation

This commit is contained in:
Campbell Barton 2013-11-27 13:44:19 +11:00
parent 45eed8246a
commit 3d6f3c0457
1 changed files with 1 additions and 1 deletions

View File

@ -1420,7 +1420,7 @@ void BM_bmesh_calc_tessellation(BMesh *bm, BMLoop *(*looptris)[3], int *r_looptr
sf_arena = NULL;
}
*r_looptris_tot = looptris_tot;
*r_looptris_tot = i;
BLI_assert(i <= looptris_tot);