bevy/crates/bevy_audio
Johan Klokkhammer Helsing 201f5b2d0b
Add VolumeLevel::ZERO (#10608)
# 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`
2023-11-17 15:15:56 +00:00
..
src Add VolumeLevel::ZERO (#10608) 2023-11-17 15:15:56 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00