diff --git a/crates/bevy_picking/src/lib.rs b/crates/bevy_picking/src/lib.rs index 497eb7c33e460..f0eaefa289c6a 100644 --- a/crates/bevy_picking/src/lib.rs +++ b/crates/bevy_picking/src/lib.rs @@ -191,7 +191,7 @@ pub mod prelude { /// This allows you to make an entity non-hoverable, or allow items below it to be hovered. /// /// See the documentation on the fields for more details. -#[derive(Component, Debug, Clone, Reflect, PartialEq, Eq)] +#[derive(Component, Debug, Clone, Copy, Reflect, PartialEq, Eq)] #[reflect(Component, Default, Debug, PartialEq, Clone)] pub struct Pickable { /// Should this entity block entities below it from being picked?