# 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 | ||
# 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 | ||