Skip to content

Commit 2b21ff7

Browse files
committed
mark new instance variable private
1 parent 42fc8e4 commit 2b21ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/Transfertables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public class Transfertable : MovingTable
4242
{
4343
public float Span; // horizontal or vertical
4444
public List<float> Offsets = new List<float>();
45-
public bool VerticalTransfer = false;
4645
public float CenterOffsetComponent = 0;
46+
private bool VerticalTransfer = false;
4747
// Dynamic data
4848
public bool Forward; // forward motion on
4949
public bool Reverse; // reverse motion on

0 commit comments

Comments
 (0)