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:
andristarr 2024-04-20 04:15:06 +02:00 committed by GitHub
parent 1df41b79dd
commit 70d9dfdc48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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::*;