mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Bm_Format): added "gr_" extension.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace GameRes.Formats
|
|||||||
|
|
||||||
public Bm_Format ()
|
public Bm_Format ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "bm_", "gpp", "meh" };
|
Extensions = new string[] { "bm_", "gpp", "meh", "gr_" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||||
|
|||||||
Reference in New Issue
Block a user