Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bevy_pbr: Fix ClusterConfig::None (bevyengine#4483)
# Objective - Fix `ClusterConfig::None` - This fix is from @robtfm but they didn't have time to submit it, so I am. ## Solution - Always clear clusters and skip processing when `ClusterConfig::None` - Conditionally remove `VisiblePointLights` from the view if it is present
- Loading branch information