Skip to content

Commit 084b404

Browse files
committed
fix: Refined comment summarising property SData1
As reported in Launchpad.net/or/+bug/2038756
1 parent d394472 commit 084b404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Formats.Msts/TrackDatabaseFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ public enum trItemType
902902
public float PX { get; set; }
903903
/// <summary>Appears to be a copy of X in Sdata, but only for X and Z</summary>
904904
public float PZ { get; set; }
905-
/// <summary>Extra data 1, related to location along section</summary>
905+
/// <summary>Distance of a track item along its containing track section and measured from the origin of the section</summary>
906906
public float SData1 { get; set; }
907907
/// <summary>Extra data 2</summary>
908908
public string SData2 { get; set; }

0 commit comments

Comments
 (0)