bevy/crates/bevy_audio/src
François 47a5a16d8a
audio sinks don't need their custom drop anymore (#9336)
# Objective

- Fixes #9324 
- Audio sinks used to have a custom drop implementation to detach the
sinks because it was not required to keep a reference to it
- With the new audio api, a reference is kept as a component of an
entity

## Solution

- Remove that custom drop implementation, and the option wrapping that
was required for it.
2023-08-11 21:16:12 +00:00
..
audio_output.rs audio sinks don't need their custom drop anymore (#9336) 2023-08-11 21:16:12 +00:00
audio_source.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
audio.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
lib.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
pitch.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
sinks.rs audio sinks don't need their custom drop anymore (#9336) 2023-08-11 21:16:12 +00:00