diff --git a/crates/bevy_pbr/src/render/morph.rs b/crates/bevy_pbr/src/render/morph.rs index d9d1dbf2c8..0b13e32eb1 100644 --- a/crates/bevy_pbr/src/render/morph.rs +++ b/crates/bevy_pbr/src/render/morph.rs @@ -158,10 +158,7 @@ impl MorphIndices { /// As morph descriptors are only present if the platform supports storage /// buffers, this method returns `None` if the platform doesn't support /// them. - pub(crate) fn morph_descriptor_index( - &self, - main_entity: MainEntity, - ) -> Option { + pub fn morph_descriptor_index(&self, main_entity: MainEntity) -> Option { match *self { MorphIndices::Uniform { .. } => None, MorphIndices::Storage {