Skip to content

Commit

Permalink
line wrap
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Mar 15, 2024
1 parent cab173f commit bc20fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bullet-featherstone/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ bool SDFFeatures::AddSdfCollision(
// limit max number of convex hulls to generate
maxConvexHulls = meshSdf->ConvexDecomposition()->MaxConvexHulls();
}
std::vector<common::SubMesh> decomposed
= std::move(meshManager.ConvexDecomposition(*s.get(), maxConvexHulls));
std::vector<common::SubMesh> decomposed =
std::move(meshManager.ConvexDecomposition(*s.get(), maxConvexHulls));

gzdbg << "Optimizing mesh using convex decomposition. " << std::endl;
if (!s->Name().empty())
Expand Down

0 comments on commit bc20fcb

Please sign in to comment.