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

@@ -21,7 +21,7 @@ class btRigidBody;
typedef btScalar dMatrix3[4*3];
///ODE's quickstep needs just a subset of the rigidbody data in its own layout, so make a temp copy
struct OdeSolverBody
struct OdeSolverBody
{
btRigidBody* m_originalBody;