mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Removed .jpeg as valid image format (to encourage consistency)
This commit is contained in:
parent
f6d64a424f
commit
747ef50a58
@ -110,7 +110,7 @@ impl Loader<Image> for ImageLoader {
|
|||||||
impl Asset for Image {
|
impl Asset for Image {
|
||||||
type Loader = ImageLoader;
|
type Loader = ImageLoader;
|
||||||
|
|
||||||
const EXTENSIONS: &'static [&'static str] = &["png", "jpg", "jpeg"];
|
const EXTENSIONS: &'static [&'static str] = &["png", "jpg"];
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct DotVoxAsset(pub DotVoxData);
|
pub struct DotVoxAsset(pub DotVoxData);
|
||||||
|
Loading…
Reference in New Issue
Block a user