mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
941a8fb8a3
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |