Skip to content

Commit

Permalink
fix trait
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 1, 2024
1 parent 8ca0095 commit 9083e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/triangulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ mod inflate {
fn inflate_obstacles(&self, distance: f32, arc_segments: u32, minimum_surface: f32)
-> Self;

fn inflate(&self, distance: f32, arc_segments: u32, minimum_surface: f32) -> Polygon<f32>;
fn inflate(&self, distance: f32, arc_segments: u32, minimum_surface: f32) -> Self;
}

impl Inflate for Polygon<f32> {
Expand Down

0 comments on commit 9083e62

Please sign in to comment.