Skip to content

Commit

Permalink
add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 22, 2023
1 parent db41eee commit b266714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tilemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ impl<const TILE_SIZE: u32> TileMap<TILE_SIZE> {
tilemap.loading = Some((pos, scene, source));
}
Loaded => {
// FIXME: implement caching of downloaded assets by implementing something like
// https://github.com/bevyengine/bevy/blob/main/examples/asset/processing/asset_processing.rs

// Done, remove dummy tile and insert the real one
let entity = tilemap
.tiles
Expand Down

0 comments on commit b266714

Please sign in to comment.