correct typo

This commit is contained in:
Joseph Eagar 2011-04-14 22:15:43 +00:00
parent a4cc295000
commit d3e4c2243d

@ -835,7 +835,7 @@ int nurbs_to_mdata_customdb(Object *ob, ListBase *dispbase, MVert **allvert, int
}
*allvert= mvert= MEM_callocN(sizeof (MVert) * totvert, "nurbs_init mvert");
*allface= mface= MEM_callocN(sizeof (MVert) * totvlak, "nurbs_init mface");
*allface= mface= MEM_callocN(sizeof (MFace) * totvlak, "nurbs_init mface");
/* verts and faces */
vertcount= 0;