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 a6cbc52 commit c15333eCopy full SHA for c15333e
Source/Orts.Simulation/Simulation/RollingStocks/TrainCar.cs
@@ -2718,7 +2718,7 @@ public void SetUpWheels()
2718
var carIndex = Train.Cars.IndexOf(this);
2719
//Certain locomotives are testing as articulated wagons for some reason.
2720
if (WagonType != WagonTypes.Engine)
2721
- if (articulatedFront || articulatedRear)
+ if (WheelAxles.Count != 1 && (articulatedFront || articulatedRear))
2722
{
2723
WheelAxlesLoaded = true;
2724
SetUpWheelsArticulation(carIndex);
0 commit comments