You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
- `PointLight` and `SpotLight` are both `Copy`, but `DirectionalLight`
isn't.
## Solution
- Make it `Copy`. It's also a light, and the struct is comparable in
size to the others
## Testing
- CI
## Additional info
Noticed this while implementing a CPU estimate of Bevy's lighting for
the visibility calculations in a stealth system
0 commit comments