Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 20, 2024
1 parent f659305 commit ddeff94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct Vertex {
pub coords: Vec2,
/// Indices of the neighbouring polygons, in a counter clockwise order.
///
/// `-1` marks a neighbouring spot outside the navigation mesh.
/// `u32::MAX` marks a neighbouring spot outside the navigation mesh.
pub polygons: Vec<u32>,
pub(crate) is_corner: bool,
}
Expand Down

0 comments on commit ddeff94

Please sign in to comment.