Skip to content

Commit

Permalink
impl BoneName Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Aug 30, 2024
1 parent f550052 commit 8852752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/serde_vrm/src/vrm0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use bevy::ecs::reflect::ReflectComponent;
derive(bevy::reflect::Reflect, bevy::prelude::Component),
reflect(Component)
)]
#[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
#[derive(Copy, Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)]
pub enum BoneName {
#[serde(rename = "hips")]
Hips,
Expand Down

0 comments on commit 8852752

Please sign in to comment.