Fixed random force on vehicle wheel
This commit is contained in:
parent
8a0f94a688
commit
5948530332
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ VehicleWheel::VehicleWheel() {
|
|||
engine_traction = false;
|
||||
|
||||
m_steering = real_t(0.);
|
||||
//m_engineForce = real_t(0.);
|
||||
m_engineForce = real_t(0.);
|
||||
m_rotation = real_t(0.);
|
||||
m_deltaRotation = real_t(0.);
|
||||
m_brake = real_t(0.);
|
||||
|
|
Loading…
Reference in a new issue