Merge pull request #36236 from Janglee123/vehicle-random-force-fix
Fixing Vehicle-Wheels getting a random engine_force at start
This commit is contained in:
commit
416cd715a3
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