Skip to content

Commit

Permalink
remove default image type
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 10, 2024
1 parent dfa5563 commit 4cebd5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_render/src/texture/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub struct ImageLoader {
}

pub(crate) const IMG_FILE_EXTENSIONS: &[&str] = &[
"image",
#[cfg(feature = "basis-universal")]
"basis",
#[cfg(feature = "bmp")]
Expand Down

0 comments on commit 4cebd5e

Please sign in to comment.