bevy/crates/bevy_audio
Ray Redondo 42098192c2
update documentation on AudioSink (#9332)
# Objective

When an `AudioSink` is removed from an entity, the audio player will
automatically start any `AudioSource` still attached, which normally is
the one used to start playback in the first place.

## Solution

Long story short, the default behavior is restarting the audio, and this
commit documents that.

---

## Changelog

Fixed documentation on `AudioSink` to clarify removal behavior.
2023-08-03 12:46:44 +00:00
..
src update documentation on AudioSink (#9332) 2023-08-03 12:46:44 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00