bevy/crates/bevy_render
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
..
src Fix unsetting RenderLayers bit in without fn (#2409) 2021-07-01 20:41:40 +00:00
Cargo.toml Update hexasphere to 4.0.0. (#2390) 2021-06-25 00:35:41 +00:00