Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cartesian-theatrics committed Apr 8, 2024
1 parent ec22212 commit 05b65eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/src/main/cpp/manifold3d/mesh_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ manifold::Manifold Loft(const std::vector<manifold::Polygons>& sections, const s
case LoftAlgorithm::Isomorphic:
return IsomorphicLoft(sections, transforms);
default:
return EagerNearestNeighborLoft(sections, transforms); // Default case, could also throw an exception if unexpected.
return EagerNearestNeighborLoft(sections, transforms);
}
}

Expand Down

0 comments on commit 05b65eb

Please sign in to comment.