Skip to content

Commit

Permalink
don't leave me behind
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Nov 29, 2021
1 parent 48dc2fe commit eff867b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelined/bevy_sprite2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl Plugin for SpritePlugin {
.init_resource::<SpriteMeta>()
.init_resource::<ExtractedSprites>()
.add_system_to_stage(RenderStage::Extract, render::extract_sprites)
.add_system_to_stage(RenderStage::Extract, render::extract_events)
.add_system_to_stage(RenderStage::Prepare, render::prepare_sprites)
.add_system_to_stage(RenderStage::Queue, queue_sprites);

Expand Down

0 comments on commit eff867b

Please sign in to comment.