* free bullet-softbody was using free softbody function.

* mistake from own changes to curves, new curves were being added with too low resolution.
* removed warnings I added recently
This commit is contained in:
2008-09-29 23:46:01 +00:00
parent a32d4280c9
commit 16b425b9c0
4 changed files with 8 additions and 4 deletions

View File

@@ -413,7 +413,7 @@ static void boxPack_ToPyObject(PyObject * value, boxPack **boxarray)
static PyObject *M_Geometry_BoxPack2D( PyObject * self, PyObject * boxlist )
{
boxPack *boxarray;
boxPack *boxarray = NULL;
float tot_width, tot_height;
int len;
int error;