Skip to content

Commit 70d9dfd

Browse files
Adding explanation for loading additonal audio formats to example (#12998)
# Objective Fixes #12900 ## Solution Added comment to example indicating that additional audio formats are supported when the feature is added. --------- Co-authored-by: James Liu <contact@jamessliu.com>
1 parent 1df41b7 commit 70d9dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/audio/audio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! This example illustrates how to load and play an audio file.
2+
//! For loading additional audio formats, you can enable the corresponding feature for that audio format.
23
34
use bevy::prelude::*;
45

0 commit comments

Comments
 (0)