Skip to content

Commit 49a4009

Browse files
committed
re-export ClearPassNode (#3336)
Currently the `ClearPassNode` is not exported, due to an additional `use ...;` in the core pipeline's `lib.rs`. This seems unintentional, as there already is a public glob import in the file. This just removes the explicit use. If it actually was intentional to keep the node internal, let me know.
1 parent add1818 commit 49a4009

File tree

1 file changed

+0
-2
lines changed
  • crates/bevy_core_pipeline/src

1 file changed

+0
-2
lines changed

crates/bevy_core_pipeline/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ use bevy_render::{
3333
RenderApp, RenderStage, RenderWorld,
3434
};
3535

36-
use crate::clear_pass::ClearPassNode;
37-
3836
/// Resource that configures the clear color
3937
#[derive(Clone, Debug)]
4038
pub struct ClearColor(pub Color);

0 commit comments

Comments
 (0)