removed printf and added back a line removed by mistake

This commit is contained in:
2008-01-11 22:54:02 +00:00
parent 22d28f216f
commit 6b0cadd780
2 changed files with 2 additions and 2 deletions

View File

@@ -1490,7 +1490,7 @@ void makeBevelList(Object *ob)
resolu= nu->resolu;
if((nu->type & 7)==CU_POLY) {
len= nu->pntsu;
bl= MEM_callocN(sizeof(BevList)+len*sizeof(BevPoint), "makeBevelList");
BLI_addtail(&(cu->bev), bl);