Skip to content

Commit

Permalink
Fixup: unbalanced backtics
Browse files Browse the repository at this point in the history
  • Loading branch information
tormeh committed Jul 13, 2023
1 parent 2efe531 commit 83f2ea9
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 @@ -321,7 +321,7 @@ impl Camera {
/// [`world_to_viewport`](Self::world_to_viewport).
///
/// Returns `None` if the `camera_transform`, the `world_position`, or the projection matrix defined by [`CameraProjection`] contain `NAN`.
/// Panics if the `camera_transform` contains `NAN` and the `glam_assert feature is enabled.
/// Panics if the `camera_transform` contains `NAN` and the `glam_assert` feature is enabled.
pub fn world_to_ndc(
&self,
camera_transform: &GlobalTransform,
Expand Down

0 comments on commit 83f2ea9

Please sign in to comment.