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 1663ee4 commit e6b9409Copy full SHA for e6b9409
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -2008,7 +2008,6 @@ public override void Update(float elapsedClockSeconds)
2008
2009
// Cruise Control
2010
CruiseControl?.Update(elapsedClockSeconds);
2011
-
2012
// TODO this is a wild simplification for electric and diesel electric
2013
if (EngineType == EngineTypes.Diesel || EngineType == EngineTypes.Electric)
2014
{
0 commit comments