diff --git a/crates/bevy_pbr/src/meshlet/mod.rs b/crates/bevy_pbr/src/meshlet/mod.rs index 74194d043f..70da162be4 100644 --- a/crates/bevy_pbr/src/meshlet/mod.rs +++ b/crates/bevy_pbr/src/meshlet/mod.rs @@ -33,7 +33,9 @@ pub(crate) use self::{ }, }; -pub use self::asset::{MeshletMesh, MeshletMeshLoader, MeshletMeshSaver}; +pub use self::asset::{ + MeshletMesh, MeshletMeshLoader, MeshletMeshSaver, MESHLET_MESH_ASSET_VERSION, +}; #[cfg(feature = "meshlet_processor")] pub use self::from_mesh::{ MeshToMeshletMeshConversionError, MESHLET_DEFAULT_VERTEX_POSITION_QUANTIZATION_FACTOR,