Skip to content

Commit

Permalink
Merge pull request #53 from jakobhellermann/after-ui-pass
Browse files Browse the repository at this point in the history
run egui pass after `bevy_ui`
  • Loading branch information
mvlabat authored Jan 16, 2022
2 parents f0f5a87 + 3724a7f commit 2064dd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ pub fn setup_pipeline(
config.egui_pass,
)
.unwrap();

let _ = render_graph.add_node_edge("ui_pass_driver", config.egui_pass);
}

#[cfg(test)]
Expand Down

0 comments on commit 2064dd4

Please sign in to comment.