Skip to content

Commit

Permalink
Just add a debug log to check quantization
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarbuz committed Feb 3, 2022
1 parent 37addd3 commit 8b30488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SchematicToVoxCore/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ private static void DisplayArguments()
Console.WriteLine("[INFO] Enabled option: heightmap (value=" + HEIGHT_MAP + ")");
if (Schematic.DEBUG)
Console.WriteLine("[INFO] Enabled option: debug");
if (DISABLE_QUANTIZATION)
Console.WriteLine("[INFO] Enabled option: disable-quantization");

Console.WriteLine("[INFO] Specified output path: " + Path.GetFullPath(OUTPUT_PATH));
}
Expand Down

0 comments on commit 8b30488

Please sign in to comment.