Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 11, 2024
1 parent c4bc716 commit 4322b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ BOOST_AUTO_TEST_CASE(frustum_intersect) {
double step = (max - min) / nSteps;

// Visualise the parameters
auto make = [&](double angle, Vector3F origin, std::ofstream& osTmp) {
auto make = [&](double angle, const Vector3F& origin,
std::ofstream& osTmp) {
helper.clear();
BoundingBoxScalar far = 1;
Frustum3 fr(origin, {0, 0, 1}, angle);
Expand Down

0 comments on commit 4322b00

Please sign in to comment.