Skip to content

Commit be2319c

Browse files
committed
Attempt to resolve PR conflict
1 parent 922abd7 commit be2319c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,9 +2009,9 @@ public override void Update(float elapsedClockSeconds)
20092009
// Cruise Control
20102010
CruiseControl?.Update(elapsedClockSeconds);
20112011

2012+
// TODO this is a wild simplification for electric and diesel electric
20122013
if (EngineType == EngineTypes.Diesel || EngineType == EngineTypes.Electric)
20132014
{
2014-
// TODO this is a wild simplification for electric and diesel electric
20152015
UpdateTractiveForce(elapsedClockSeconds, ThrottlePercent / 100f, AbsSpeedMpS, AbsWheelSpeedMpS, 0);
20162016
}
20172017

0 commit comments

Comments
 (0)