mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 14:39:18 +02:00
Fix for 6d66bfea
This commit is contained in:
committed by
tmj-fstate
parent
7ddc198171
commit
e56702cded
@@ -4504,7 +4504,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user