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 ec4ac33 commit 42083f9Copy full SHA for 42083f9
Source/Orts.Simulation/Simulation/Physics/Train.cs
@@ -11622,7 +11622,7 @@ public void TryIncrementSubpath()
11622
if (incorporatedTrain.PresentPosition[0].TCSectionIndex != PresentPosition[1].TCSectionIndex && incorporatedTrain.PresentPosition[1].TCSectionIndex != PresentPosition[1].TCSectionIndex)
11623
IncrementSubpath(incorporatedTrain);
11624
incorporatedTrain.PresentPosition[0].TCSectionIndex = -1;
11625
- incorporatedTrain.PresentPosition[0].TCSectionIndex = -1;
+ incorporatedTrain.PresentPosition[1].TCSectionIndex = -1;
11626
}
11627
11628
0 commit comments