mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
typo.
This commit is contained in:
parent
b18cf73df4
commit
e8ebfe4d1b
@ -34,7 +34,7 @@ namespace GameRes.Formats.SysD
|
||||
public class DbmFormat : ImageFormat
|
||||
{
|
||||
public override string Tag { get { return "DBM"; } }
|
||||
public override string Description { get { return "SYSD enging bitmap format"; } }
|
||||
public override string Description { get { return "SYSD engine bitmap format"; } }
|
||||
public override uint Signature { get { return 0x4D44; } } // 'DM'
|
||||
|
||||
public DbmFormat ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user