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
bevy_pbr: Do not panic when more than 256 point lights are added the scene (#3697)
# Objective
- Do not panic when mroe than 256 point lights are added the scene
- Fixes#3682
## Solution
- Only iterate the first `MAX_POINT_LIGHTS` lights instead of as many as there are
## Open questions
- Should we warn that there are more than the maximum allowed number of point lights in the scene?
0 commit comments