Skip to content

Commit

Permalink
re-export ClearPassNode (#3336)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CptPotato committed Dec 15, 2021
1 parent add1818 commit 49a4009
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_core_pipeline/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ use bevy_render::{
RenderApp, RenderStage, RenderWorld,
};

use crate::clear_pass::ClearPassNode;

/// Resource that configures the clear color
#[derive(Clone, Debug)]
pub struct ClearColor(pub Color);
Expand Down

0 comments on commit 49a4009

Please sign in to comment.