bevy/crates/bevy_pbr
François 585d0b8467 remove some mut in queries (#3437)
# Objective

- While reading code, found some queries that are `mut` and not used as such

## Solution

- Remove `mut` when possible


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-26 05:39:46 +00:00
..
src remove some mut in queries (#3437) 2021-12-26 05:39:46 +00:00
Cargo.toml Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00