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