Skip to content

Commit

Permalink
default guess imagetype
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Aug 16, 2024
1 parent f3082ff commit 547894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/texture/image_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ pub(crate) const IMG_FILE_EXTENSIONS: &[&str] = &[

#[derive(Serialize, Deserialize, Default, Debug)]
pub enum ImageFormatSetting {
#[default]
FromExtension,
Format(ImageFormat),
#[default]
Guess,
}

Expand Down

0 comments on commit 547894e

Please sign in to comment.