Skip to content

Commit 0960503

Browse files
committed
make helper function private
1 parent 42083f9 commit 0960503

File tree

1 file changed

+1
-1
lines changed
  • Source/Orts.Simulation/Simulation/Physics

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/Physics/Train.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11613,7 +11613,7 @@ public void TemporarilyRemoveFromTrack()
1161311613
//
1161411614
// Checks if it has to go to next active subpath
1161511615
//
11616-
public void TryIncrementSubpath()
11616+
private void TryIncrementSubpath()
1161711617
{
1161811618
// active subpath must be incremented in parallel in incorporated train if present; not just after incorporation
1161911619
if (IncorporatedTrainNo >= 0)

0 commit comments

Comments
 (0)