Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 24, 2023
1 parent 192c329 commit 92cba1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/bevy_gizmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ impl Plugin for GizmoPlugin {
GizmoNode2d::NAME,
GizmoNode2d::IN_VIEW,
);
// graph.add_node_edge(
// core_2d::graph::node::END_MAIN_PASS_POST_PROCESSING,
// GizmoNode2d::NAME,
// );
graph.add_node_edge(
core_2d::graph::node::END_MAIN_PASS_POST_PROCESSING,
GizmoNode2d::NAME,
);
graph.add_node_edge(GizmoNode2d::NAME, core_2d::graph::node::UPSCALING);
}

Expand Down

0 comments on commit 92cba1e

Please sign in to comment.