We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e519c commit 533bec3Copy full SHA for 533bec3
src/default_loggers.rs
@@ -124,7 +124,7 @@ fn bevy_global_transform<'w>(
124
let descriptor = rerun::ComponentDescriptor {
125
archetype: Some(archetype_name.into()),
126
component: component.into(),
127
- component_type: batch.descriptor.component_type.clone(),
+ component_type: batch.descriptor.component_type,
128
};
129
batch.with_descriptor_override(descriptor)
130
})
0 commit comments