diff --git a/crates/bevy_gltf/src/loader.rs b/crates/bevy_gltf/src/loader.rs index ff6f96bd21..8861bd7e67 100644 --- a/crates/bevy_gltf/src/loader.rs +++ b/crates/bevy_gltf/src/loader.rs @@ -70,8 +70,8 @@ pub enum GltfError { /// Loads glTF files with all of their data as their corresponding bevy representations. pub struct GltfLoader { - pub(crate) supported_compressed_formats: CompressedImageFormats, - pub(crate) custom_vertex_attributes: HashMap, + pub supported_compressed_formats: CompressedImageFormats, + pub custom_vertex_attributes: HashMap, } impl AssetLoader for GltfLoader {