Bugfix for weird + in the code, no idea why it compiled (yet some selfcollision bug to fix) [no 2.47 fix]

This commit is contained in:
2008-08-03 01:00:51 +00:00
parent bf168dc3c5
commit ad2be5f64f

View File

@@ -1661,7 +1661,7 @@ int cloth_bvh_objcollision ( Object *ob, ClothModifierData * clmd, float step, f
while ( ret2 && ( clmd->coll_parms->loop_count>rounds ) );
if(collobjs)
+ MEM_freeN(collobjs);
MEM_freeN(collobjs);
return MIN2 ( ret, 1 );
}