Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unsetting RenderLayers bit in without fn (bevyengine#2409)
# Objective Fixes how the layer bit is unset in the RenderLayers bit mask when calling the `without` method. ## Solution Unsets the layer bit using `&=` and the inverse of the layer bit mask.
- Loading branch information