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 cd42df1 commit 4042b59Copy full SHA for 4042b59
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Controllers/MSTSBrakeController.cs
@@ -60,6 +60,7 @@ public override void InitializeMoving()
60
{
61
NotchController.SetValue(0);
62
if (NotchController.NotchCount() > 0) NotchController.CurrentNotch = 0;
63
+ else NotchController.CurrentNotch = -1;
64
}
65
66
public override float Update(float elapsedSeconds)
0 commit comments