Skip to content

Commit

Permalink
Update crates/bevy_render/src/camera/projection.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Hohenheim <jan@hohenheim.ch>
  • Loading branch information
Azorlogh and janhohenheim authored Sep 7, 2024
1 parent 855f9b9 commit c946c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/camera/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ impl OrthographicProjection {
}
}

/// Returns the default orthographic projection in a 3d context.
/// Returns the default orthographic projection for a 3D context.
///
/// The near plane is set to 0.0 so that the camera doesn't render
/// objects that are behind it.
Expand Down

0 comments on commit c946c95

Please sign in to comment.