more small refactoring: some methods were still upper-case.
This commit is contained in:
@@ -13,7 +13,6 @@ subject to the following restrictions:
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
|
||||
|
||||
/// September 2006: VehicleDemo is work in progress, this file is mostly just a placeholder
|
||||
/// This VehicleDemo file is very early in development, please check it later
|
||||
|
||||
@@ -164,7 +163,7 @@ const float TRIANGLE_SIZE=20.f;
|
||||
m_vehicle = new btRaycastVehicle(m_tuning,m_carChassis,m_vehicleRayCaster);
|
||||
|
||||
///never deactivate the vehicle
|
||||
m_carChassis->SetActivationState(DISABLE_DEACTIVATION);
|
||||
m_carChassis->setActivationState(DISABLE_DEACTIVATION);
|
||||
|
||||
m_dynamicsWorld->addVehicle(m_vehicle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user