Skip to content

Commit

Permalink
Mention children in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Mar 10, 2024
1 parent 0d15411 commit 4e6873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_audio/src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum PlaybackMode {
Once,
/// Repeat the sound forever.
Loop,
/// Despawn the entity when the sound finishes playing.
/// Despawn the entity and its children when the sound finishes playing.
Despawn,
/// Remove the audio components from the entity, when the sound finishes playing.
Remove,
Expand Down

0 comments on commit 4e6873f

Please sign in to comment.