mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
(BgiFormat): added "bg" extension.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user