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 0b686cf commit 26f282dCopy full SHA for 26f282d
Source/Orts.Simulation/Simulation/Transfertables.cs
@@ -57,9 +57,6 @@ public class Transfertable : MovingTable
57
58
protected Transfertable(STFReader stf, Simulator simulator) : base(stf, simulator) { }
59
60
- /// <summary>
61
- /// Create a transfer table from an STF definition block.
62
- /// </summary>
63
public static Transfertable CreateFrom(STFReader stf, Simulator simulator)
64
{
65
var worldPosition = new WorldPosition();
0 commit comments