Skip to content

Commit

Permalink
Make GetAllChildrenWithLocation public
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jan 28, 2025
1 parent 51b0057 commit f092940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/GBX.NET/Engines/Plug/CPlugTree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static IEnumerable<CPlugTree> GetAllChildren(CPlugTree tree, bool includeVisualM
}
}

internal IEnumerable<(CPlugTree Tree, Iso4 Location)> GetAllChildrenWithLocation(int lod = 0)
public IEnumerable<(CPlugTree Tree, Iso4 Location)> GetAllChildrenWithLocation(int lod = 0)
{
return GetAllChildren(this, lod);

Expand Down

0 comments on commit f092940

Please sign in to comment.