Skip to content

Commit

Permalink
Update controllable_physics.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Aug 29, 2023
1 parent e5604cf commit 2edb612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raknet/client/replica/controllable_physics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub struct LocalSpaceInfo {
pub object_id: ObjId,
pub position: Vector3,

/// Defaults to `Vector3::ZERO` if not set. Always write if non-zero.
/// Defaults to [`Vector3::ZERO`] if not set. Always write if non-zero.
pub linear_velocity: Option<Vector3>,
}

Expand Down

0 comments on commit 2edb612

Please sign in to comment.