Fix yet another issue caused by my recent changes.

This commit is contained in:
Antonis Ryakiotakis 2015-07-24 14:32:11 +02:00
parent 2dce6dccbb
commit b55ed89b66
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ static void cdDM_buffer_copy_vertex(
}
/* copy loose points */
j = dm->drawObject->tot_loop_verts;
j = dm->drawObject->tot_loop_verts * 3;
for (i = 0; i < dm->drawObject->totvert; i++) {
if (dm->drawObject->vert_points[i].point_index >= dm->drawObject->tot_loop_verts) {
copy_v3_v3(&varray[j], mvert[i].co);