Fix for own error in recent tessellation update.

This commit is contained in:
Campbell Barton
2013-12-06 01:31:33 +11:00
parent 193dd134da
commit fac8e84632

View File

@@ -216,6 +216,7 @@ void BM_face_calc_tessellation(const BMFace *f, BMLoop **r_loops, unsigned int (
do {
mul_v2_m3v3(projverts[j], axis_mat, l_iter->v->co);
r_loops[j] = l_iter;
j++;
} while ((l_iter = l_iter->next) != l_first);
/* complete the loop */