16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 09:59:18 +02:00
This commit is contained in:
Królik Uszasty
2019-09-22 18:39:16 +02:00
parent 6d66bfeaed
commit 7e426ebd78

View File

@@ -4387,7 +4387,7 @@ void TMoverParameters::ComputeTotalForce(double dt) {
Fb *= factor;
FTrain *= factor;
}
if (std::abs(nrot < 0.1))
if (std::abs(nrot) < 0.1)
{
WheelFlat = sqrt(square(WheelFlat) + abs(Fwheels) / NAxles*Vel*0.000002);
}