diff --git a/SchematicToVoxCore/Program.cs b/SchematicToVoxCore/Program.cs index a2f07b8..2a32d6a 100644 --- a/SchematicToVoxCore/Program.cs +++ b/SchematicToVoxCore/Program.cs @@ -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)); }