bevy/crates/bevy_audio/src
Mateusz Wachowiak 1523e8c409
Non-Intrusive refactor of play_queued_audio_system() (#10910)
# Objective

- Improve readability.
- Somewhat relates to #10896.

## Solution

- Use early returns to minimize nesting.
- Change `emitter_translation` to use `if let` instead of `map`.
2023-12-09 14:27:39 +00:00
..
audio.rs Reflect and register audio-related types (#10484) 2023-11-28 22:26:58 +00:00
audio_output.rs Non-Intrusive refactor of play_queued_audio_system() (#10910) 2023-12-09 14:27:39 +00:00
audio_source.rs Removed anyhow (#10003) 2023-10-06 07:20:13 +00:00
lib.rs Deduplicate systems in bevy_audio (#10906) 2023-12-07 19:43:16 +00:00
pitch.rs More ergonomic spatial audio (#9800) 2023-10-09 19:43:56 +00:00
sinks.rs More ergonomic spatial audio (#9800) 2023-10-09 19:43:56 +00:00