bevy/crates/bevy_render/src/camera
andoco 941a8fb8a3 Fix unsetting RenderLayers bit in without fn (#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.
2021-07-01 20:41:40 +00:00
..
active_cameras.rs remove active camera entity when despawned (#1825) 2021-04-06 17:09:28 +00:00
camera.rs Refactor ResMut/Mut/ReflectMut to remove duplicated code (#2217) 2021-05-30 19:29:31 +00:00
mod.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
projection.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
visible_entities.rs Fix unsetting RenderLayers bit in without fn (#2409) 2021-07-01 20:41:40 +00:00