Skip to content

Commit

Permalink
Merge branch 'aevyrie:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Affinator authored Aug 7, 2024
2 parents 2ba054a + 74f0c3c commit 19f8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pub mod prelude {
}

/// Makes an entity pickable.
#[derive(Bundle, Default)]
#[derive(Bundle, Default, Clone)]
pub struct PickableBundle {
/// Provides overrides for picking behavior.
pub pickable: Pickable,
Expand Down

0 comments on commit 19f8c21

Please sign in to comment.