Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Refined comment summarising property SData1 #880

Merged
merged 1 commit into from Oct 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/Orts.Formats.Msts/TrackDatabaseFile.cs
Expand Up @@ -902,7 +902,7 @@ public enum trItemType
public float PX { get; set; }
/// <summary>Appears to be a copy of X in Sdata, but only for X and Z</summary>
public float PZ { get; set; }
/// <summary>Extra data 1, related to location along section</summary>
/// <summary>Distance of a track item along its containing track section and measured from the origin of the section</summary>
public float SData1 { get; set; }
/// <summary>Extra data 2</summary>
public string SData2 { get; set; }
Expand Down