mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
42098192c2
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |