Skip to content

Commit

Permalink
Changed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4adex committed Feb 9, 2025
1 parent 51bf873 commit 413e170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn overlay_bezier_handle_specific_point(
match bezier.handles {
bezier_rs::BezierHandles::Quadratic { handle } if not_under_anchor(handle, bezier.start) && not_under_anchor(handle, bezier.end) => {
if start == point_to_render {
//what is point of doing this, what have to be done in this?
//review this
overlay_context.line(handle, bezier.start, None);
} else {
overlay_context.line(handle, bezier.end, None);
Expand Down

0 comments on commit 413e170

Please sign in to comment.