Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ private static bool AssignBlockIndices(ref DFLocation dfLocation)
return false;
}

private static void AssignNextIndex(string blockName)
public static void AssignNextIndex(string blockName)
{
newBlockNames[nextBlockIndex] = blockName;
newBlockIndices[blockName] = nextBlockIndex;
Expand Down