remove a lot of warnings (more todo in demos and serialization code)
This commit is contained in:
@@ -296,8 +296,9 @@ void btRaycastVehicle::updateVehicle( btScalar step )
|
||||
int i=0;
|
||||
for (i=0;i<m_wheelInfo.size();i++)
|
||||
{
|
||||
btScalar depth;
|
||||
depth = rayCast( m_wheelInfo[i]);
|
||||
//btScalar depth;
|
||||
//depth =
|
||||
rayCast( m_wheelInfo[i]);
|
||||
}
|
||||
|
||||
updateSuspension(step);
|
||||
|
||||
Reference in New Issue
Block a user