Skip to content

Commit

Permalink
Adding explanation for loading additonal audio formats to example (be…
Browse files Browse the repository at this point in the history
…vyengine#12998)

# Objective

Fixes bevyengine#12900

## Solution

Added comment to example indicating that additional audio formats are
supported when the feature is added.

---------

Co-authored-by: James Liu <[email protected]>
  • Loading branch information
andristarr and james7132 committed Apr 20, 2024
1 parent 1df41b7 commit 70d9dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/audio/audio.rs
Original file line number Diff line number Diff line change
@@ -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::*;

Expand Down

0 comments on commit 70d9dfd

Please sign in to comment.