mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(G24Format): low-cased extensions.
This commit is contained in:
parent
342b96da22
commit
f44c13c19e
@ -40,7 +40,7 @@ namespace GameRes.Formats.Elf
|
|||||||
|
|
||||||
public G24Format ()
|
public G24Format ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "G24", "G16" };
|
Extensions = new string[] { "g24", "g16" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (IBinaryStream input)
|
public override ImageMetaData ReadMetaData (IBinaryStream input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user