mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
a9f2817c49
# Objective - Do not panic when mroe than 256 point lights are added the scene - Fixes https://github.com/bevyengine/bevy/issues/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? |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |