Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldom-SE committed Jun 23, 2024
1 parent 12df124 commit 9f247e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sprite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ fn dither_slice<A: Algorithm<MAP_SIZE>, const MAP_SIZE: usize>(
}

// TODO Use more helpers
// TODO Feature gate
fn image_to_sprite(
mut to_sprites: Query<(&ImageToSprite, &mut Handle<PxSprite>)>,
images: Res<Assets<Image>>,
Expand Down

0 comments on commit 9f247e6

Please sign in to comment.