Skip to content

Commit

Permalink
fixup: Fix invalid doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
tormeh committed Jul 13, 2023
1 parent d775ead commit b8ee5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/camera/camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ impl Camera {
/// [`world_to_ndc`](Self::world_to_ndc).
///
/// Returns `None` if any of these conditions occur:
/// - The computed coordinates are beyond the near or far plane defined by the [`Projection`]
/// - The computed coordinates are beyond the near or far plane defined by the [`Projection`](crate::camera::Projection)
/// - The logical viewport size cannot be computed. See [`logical_viewport_size`](Camera::logical_viewport_size)
/// - The world coordinates cannot be mapped to the Normalized Device Coordinates. See [`world_to_ndc`](Camera::world_to_ndc)
/// May also panic if `glam_assert` is enabled. See [`world_to_ndc`](Camera::world_to_ndc).
Expand Down

0 comments on commit b8ee5af

Please sign in to comment.