diff --git a/Source/Tools/Flax.Build/Configuration.cs b/Source/Tools/Flax.Build/Configuration.cs index 30428559d..eb3ee5b3d 100644 --- a/Source/Tools/Flax.Build/Configuration.cs +++ b/Source/Tools/Flax.Build/Configuration.cs @@ -267,7 +267,7 @@ namespace Flax.Build /// /// 1 to use traditional z buffer, or reversed z will be adopted by default. /// - [CommandLine("useLargeWorlds", "1 to use traditional z buffer, or reversed z will be adopted by default.")] + [CommandLine("noReverseZ", "1 to use traditional z buffer, or reversed z will be adopted by default.")] public static bool NoReverseZ = false; ///