Skip to content

Commit

Permalink
Remove duplicate resource initiation EguiPipeline (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lain-dono committed Apr 27, 2022
1 parent 72fbdaf commit c0de8c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ impl Plugin for EguiPlugin {
app.add_system_to_stage(CoreStage::Last, free_egui_textures);

if let Ok(render_app) = app.get_sub_app_mut(RenderApp) {
render_app.init_resource::<egui_node::EguiPipeline>();
render_app
.init_resource::<egui_node::EguiPipeline>()
.init_resource::<EguiTransforms>()
Expand Down

0 comments on commit c0de8c6

Please sign in to comment.