Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix terrain_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg committed May 21, 2024
1 parent 2a8b6cf commit 1d63f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dtcc_builder/geometry_builders/terrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def build_terrain_mesh(
max_mesh_size,
min_mesh_angle,
smoothing,
False,
)
terrain_mesh = builder_mesh_to_mesh(terrain_mesh)
terrain = Terrain()
Expand Down

0 comments on commit 1d63f8b

Please sign in to comment.