mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(BgiFormat): added "bg" extension.
This commit is contained in:
parent
6367f119ec
commit
b7897b0d62
@ -43,7 +43,7 @@ namespace GameRes.Formats.BGI
|
||||
|
||||
public BgiFormat ()
|
||||
{
|
||||
Extensions = new string[] { "", "bgi", "_bg" };
|
||||
Extensions = new string[] { "", "bgi", "_bg", "bg" };
|
||||
}
|
||||
|
||||
public override void Write (Stream file, ImageData image)
|
||||
|
Loading…
x
Reference in New Issue
Block a user