mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04: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 ()
|
public BgiFormat ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "", "bgi", "_bg" };
|
Extensions = new string[] { "", "bgi", "_bg", "bg" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Write (Stream file, ImageData image)
|
public override void Write (Stream file, ImageData image)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user