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 42fc8e4 commit 2b21ff7Copy full SHA for 2b21ff7
Source/Orts.Simulation/Simulation/Transfertables.cs
@@ -42,8 +42,8 @@ public class Transfertable : MovingTable
42
{
43
public float Span; // horizontal or vertical
44
public List<float> Offsets = new List<float>();
45
- public bool VerticalTransfer = false;
46
public float CenterOffsetComponent = 0;
+ private bool VerticalTransfer = false;
47
// Dynamic data
48
public bool Forward; // forward motion on
49
public bool Reverse; // reverse motion on
0 commit comments