Skip to content

Commit

Permalink
Add Projection component to prelude. (bevyengine#5557)
Browse files Browse the repository at this point in the history
:)

Co-authored-by: Devil Ira <justthecooldude@gmail.com>
  • Loading branch information
2 people authored and james7132 committed Oct 28, 2022
1 parent cd12b75 commit 21a9ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/lib.rs
Expand Up @@ -23,7 +23,7 @@ pub use extract_param::Extract;
pub mod prelude {
#[doc(hidden)]
pub use crate::{
camera::{Camera, OrthographicProjection, PerspectiveProjection},
camera::{Camera, OrthographicProjection, PerspectiveProjection, Projection},
color::Color,
mesh::{shape, Mesh},
render_resource::Shader,
Expand Down

0 comments on commit 21a9ff9

Please sign in to comment.