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 <[email protected]>
  • Loading branch information
mockersf and NathanSWard committed Jan 1, 2022
1 parent 293e1a8 commit 0c735f4
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 @@ -66,7 +66,7 @@ pub struct GltfPrimitive {
pub material: Option<Handle<StandardMaterial>>,
}

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

0 comments on commit 0c735f4

Please sign in to comment.