mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(Bm_Format): added "gr_" extension.
This commit is contained in:
parent
4ea73b6096
commit
7b0c7fef6c
@ -40,7 +40,7 @@ namespace GameRes.Formats
|
||||
|
||||
public Bm_Format ()
|
||||
{
|
||||
Extensions = new string[] { "bm_", "gpp", "meh" };
|
||||
Extensions = new string[] { "bm_", "gpp", "meh", "gr_" };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||
|
Loading…
Reference in New Issue
Block a user