Skip to content

Commit

Permalink
clone and reorder derive
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Ward <43621845+NathanSWard@users.noreply.github.com>
  • Loading branch information
mockersf and NathanSWard committed Jul 3, 2021
1 parent 5d72d2a commit f20b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_gltf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct GltfPrimitive {
pub material: Option<Handle<StandardMaterial>>,
}

#[derive(Debug, Reflect, Default)]
#[derive(Clone, Debug, Default, Reflect)]
#[reflect(Component)]
pub struct GltfExtras {
pub value: String,
Expand Down

0 comments on commit f20b669

Please sign in to comment.