mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 21:58:53 +08:00
(Bm_Format): added "gr_" extension.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user