Skip to content

Commit

Permalink
Derive Debug on CloneBundleTo
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Feb 17, 2022
1 parent f46816c commit 06b6a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ecs/src/system/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ where
}
}

#[derive(Debug)]
pub struct CloneBundleTo<T> {
pub source: Entity,
pub target: Entity,
Expand Down

0 comments on commit 06b6a8e

Please sign in to comment.