diff --git a/crates/bevy_sprite/src/texture_atlas.rs b/crates/bevy_sprite/src/texture_atlas.rs index 479e28927e945..eaa60cb107554 100644 --- a/crates/bevy_sprite/src/texture_atlas.rs +++ b/crates/bevy_sprite/src/texture_atlas.rs @@ -20,7 +20,7 @@ pub struct TextureAtlas { /// The specific areas of the atlas where each texture can be found pub textures: Vec, /// Mapping from texture handle to index - pub(crate) texture_handles: Option, usize>>, + pub texture_handles: Option, usize>>, } #[derive(Component, Debug, Clone, Reflect, FromReflect)]