diff --git a/crates/bevy_sprite/src/texture_atlas.rs b/crates/bevy_sprite/src/texture_atlas.rs index 9fe109bd64a20..18ab621a20e02 100644 --- a/crates/bevy_sprite/src/texture_atlas.rs +++ b/crates/bevy_sprite/src/texture_atlas.rs @@ -15,7 +15,7 @@ use bevy_utils::HashMap; #[derive(Debug)] pub struct TextureAtlasSources { /// Maps from a specific image handle to the index in `textures` where they can be found. - pub(crate) texture_ids: HashMap, usize>, + pub texture_ids: HashMap, usize>, } impl TextureAtlasSources { /// Retrieves the texture *section* index of the given `texture` handle.