Fix build tool command line
This commit is contained in:
committed by
GitHub
parent
df8dc9173a
commit
9447f3d569
@@ -267,7 +267,7 @@ namespace Flax.Build
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 1 to use traditional z buffer, or reversed z will be adopted by default.
|
/// 1 to use traditional z buffer, or reversed z will be adopted by default.
|
||||||
/// </summary>
|
/// </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;
|
public static bool NoReverseZ = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user