more small refactoring: some methods were still upper-case.

This commit is contained in:
ejcoumans
2006-11-03 04:32:48 +00:00
parent 4050da0e2f
commit 07873854a4
15 changed files with 69 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ struct btContactSolverInfo;
void SolveInternal1 (float global_cfm,
float global_erp,
OdeSolverBody * const *body, int nb,
BU_Joint * const *_joint, int nj, const btContactSolverInfo& info);
BU_Joint **_joint, int nj, const btContactSolverInfo& info);
int dRandInt2 (int n);