mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
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>
This commit is contained in:
parent
1df41b79dd
commit
70d9dfdc48
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
//! This example illustrates how to load and play an audio file.
|
||||
//! For loading additional audio formats, you can enable the corresponding feature for that audio format.
|
||||
|
||||
use bevy::prelude::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue