Skip to content

Commit

Permalink
Remove resolved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Jun 2, 2022
1 parent 6377ee3 commit 1ddb82d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_sprite/src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ pub fn queue_sprites(
let mut index = 0;
let mut colored_index = 0;

// FIXME: VisibleEntities is ignored
for (visible_entities, mut transparent_phase) in views.iter_mut() {
let extracted_sprites = &mut extracted_sprites.sprites;
let image_bind_groups = &mut *image_bind_groups;
Expand Down

0 comments on commit 1ddb82d

Please sign in to comment.