mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
201f5b2d0b
# Objective - Handy to have a constant instead of `VolumeLevel::new(0.0)` - `VolumeLevel::new` is not `const` ## Solution - Adds a `VolumeLevel::ZERO` constant, which we have for most of our other types where it makes sense. --- ## Changelog - Add `VolumeLevel::ZERO` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |