Skip to content

Commit

Permalink
Removed LOD folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Mar 13, 2024
1 parent 527c2e2 commit dd5a2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void RelocateOutputFolder()
string number = match.Groups[1].Value;

// Create target folder path (e.g., "LOD/0")
string targetFolderPath = Path.Combine(outputPath, $"LOD/{number}");
string targetFolderPath = Path.Combine(outputPath, $"{number}");
if (!Directory.Exists(targetFolderPath))
{
Directory.CreateDirectory(targetFolderPath);
Expand Down

0 comments on commit dd5a2c7

Please sign in to comment.