Skip to content

Commit

Permalink
Make bundle clone (#350)
Browse files Browse the repository at this point in the history
Make bundle clone..
  • Loading branch information
StarArawn authored Aug 6, 2024
1 parent 7aa2c78 commit 74f0c3c
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 74f0c3c

Please sign in to comment.