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>
|
||||
/// 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>
|
||||
|
||||
Reference in New Issue
Block a user