(G24Format): low-cased extensions.

This commit is contained in:
morkt 2018-01-03 21:59:51 +04:00
parent 342b96da22
commit f44c13c19e

View File

@ -40,7 +40,7 @@ namespace GameRes.Formats.Elf
public G24Format ()
{
Extensions = new string[] { "G24", "G16" };
Extensions = new string[] { "g24", "g16" };
}
public override ImageMetaData ReadMetaData (IBinaryStream input)