We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1786 commit 15898bfCopy full SHA for 15898bf
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -2798,6 +2798,8 @@ public virtual void AdvancedAdhesion(float elapsedClockSeconds)
2798
WheelSlip = LocomotiveAxles.IsWheelSlip;
2799
WheelSlipWarning = LocomotiveAxles.IsWheelSlipWarning;
2800
}
2801
+
2802
+ WheelSpeedMpS = (float)LocomotiveAxles[0].AxleSpeedMpS;
2803
2804
2805
public void SimpleAdhesion()
0 commit comments