mirror of
https://github.com/bevyengine/bevy
synced 2025-01-24 19:05:17 +00:00
4852fc7578
# Objective Had an issue where I had `VisibilityBundle` inside a bundle that implements `Clone`, but since `VisibilityBundle` doesn't implement `Clone` that wasn't possible. This PR fixes that. ## Solution Implement `Clone` for `VisibilityBundle` by deriving it. And also `SpatialBundle` too because why not. --- ## Changelog - Added implementation for `Clone` on `VisibilityBundle` and `SpatialBundle`. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |