Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frederick Roy <[email protected]>
  • Loading branch information
2 people authored and alxbilger committed Jan 9, 2025
1 parent 30d453d commit d1abf74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ void RigidMapping<TIn, TOut>::draw(const core::visual::VisualParams* vparams)
if (!vparams->displayFlags().getShowMappings() || !this->toModel )
return;

const auto stateLifeCycle = vparams->drawTool()->makeStateLifeCycle();
[[maybe_unused]] const auto stateLifeCycle = vparams->drawTool()->makeStateLifeCycle();

std::vector<type::Vec3> points;
type::Vec3 point;
Expand Down

0 comments on commit d1abf74

Please sign in to comment.