Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Jan 18, 2025
1 parent 605e734 commit 858be74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions renderlib/MoveTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ MoveTool::draw(SceneView& scene, Gesture& gesture)
uint32_t code = manipulatorCode(selectionCode, m_codesOffset);

// Arrow line
// gesture.graphics.addLine(Gesture::Graphics::VertsCode(axis.p + dir * (scale * 0.05f), color, opacity, code),
// Gesture::Graphics::VertsCode(axis.p + dir * scale, color, opacity, code));
gesture.graphics.addLineStrip({ Gesture::Graphics::VertsCode(axis.p + dir * (scale * 0.05f), color, opacity, code),
Gesture::Graphics::VertsCode(axis.p + dir * scale, color, opacity, code) },
4.0f,
Expand Down

0 comments on commit 858be74

Please sign in to comment.