Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Aug 19, 2024
1 parent 3067f5a commit 796e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub struct AvianPickupActor {
/// [`PreferredPickupDistance`](crate::prop::PreferredPickupDistance),
/// but will fall back to this when there is terrain in the way as
/// determined by [`terrain_filter`](Self::terrain_filter).\
/// If the actor has a collider, the distance used in that case is
/// If the actor is a rigid body, the distance used in that case is
/// `max(collider_radius, min_distance)`.\
/// Default: 0.0 m
pub min_distance: Scalar,
Expand Down

0 comments on commit 796e285

Please sign in to comment.