diff --git a/crates/bevy_audio/src/audio.rs b/crates/bevy_audio/src/audio.rs index bbddfbb689d90..cbe05b6a56887 100644 --- a/crates/bevy_audio/src/audio.rs +++ b/crates/bevy_audio/src/audio.rs @@ -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,