Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DGriffin91 committed Oct 28, 2022
1 parent 9bbde40 commit 97251f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_core_pipeline/src/fxaa/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl Node for FXAANode {
pipeline_id,
main_texture,
fxaa_texture,
&fxaa_bind_group,
fxaa_bind_group,
);

let pipeline_id = if view.hdr {
Expand All @@ -98,7 +98,7 @@ impl Node for FXAANode {
pipeline_id,
fxaa_texture,
main_texture,
&fxaa_bind_group,
fxaa_bind_group,
);

Ok(())
Expand Down

0 comments on commit 97251f4

Please sign in to comment.