mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
ca83e8a6de
# Objective The query for `VisiblePointLights` in `check_light_mesh_visibility` has a `Without<DirectionalLight>` filter. However, because `VisiblePointLights` is no longer an alias for `VisibleEntities`, the query won't conflict with the query for `DirectionalLight`s and thus the filter is unnecessary. ## Solution Remove the filter and the outdated comment explaining its purpose. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |