removed printf and added back a line removed by mistake
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -4520,7 +4520,7 @@ static void winqreadseqspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
short mval[2];
|
||||
short nr;
|
||||
short mousebut = L_MOUSE;
|
||||
printf("event %i\n", event);
|
||||
|
||||
if(curarea->win==0) return;
|
||||
|
||||
if(val) {
|
||||
|
||||
Reference in New Issue
Block a user