Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Mar 17, 2023
2 parents 8ba96ff + cbf941c commit ad36e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub struct Cli {
#[arg(long, value_parser = existing_path)]
pub exe_geof: Option<PathBuf>,
/// Use mesh simplification to reduce the number of vertices per object by this fraction. Value should be a float between 0.0 and 1.0. Ignored for building object types.
#[arg(long, default_value = "0.95")]
#[arg(long, default_value = "0.05")]
pub reduce_vertices: Option<f64>,
/// LoD to use in output for Building features
#[arg(long)]
Expand Down

0 comments on commit ad36e91

Please sign in to comment.