updated jamfile, updated optional ODE quickstep/box-box

This commit is contained in:
ejcoumans
2006-12-08 16:28:02 +00:00
parent 55d6b5b8e1
commit 1aa4e010f0
4 changed files with 11 additions and 8 deletions

View File

@@ -243,7 +243,7 @@ void cullPoints2 (int n, btScalar p[], int m, int i0, int iret[])
}
}
#ifndef dNODEBUG
ASSERT (*iret != i0); // ensure iret got set
btAssert (*iret != i0); // ensure iret got set
#endif
avail[*iret] = 0;
iret++;