Fix build tool command line

This commit is contained in:
ExMatics HydrogenC
2024-06-06 11:16:00 +08:00
committed by GitHub
parent df8dc9173a
commit 9447f3d569
+1 -1
View File
@@ -267,7 +267,7 @@ namespace Flax.Build
/// <summary>
/// 1 to use traditional z buffer, or reversed z will be adopted by default.
/// </summary>
[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;
/// <summary>