Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Oct 15, 2024
1 parent 2e07fdb commit 5b1acfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public class Options
[Option("tileset_version", Required = false, Default = "", HelpText = "Tileset version")]
public string TilesetVersion { get; set; }

[Option("boundingvolume_heights", Required = false, Default = "0,10", HelpText = "Tile boundingVolume heights (min, max) in meters")]
public string BoundingVolumeHeights { get; set; }

// I3dm specific options

[Option("use_i3dm", Required = false, Default = false, HelpText = "Use i3dm instead of cmpt's")]
Expand Down

0 comments on commit 5b1acfd

Please sign in to comment.