This commit is contained in:
morkt 2017-11-26 00:32:20 +04:00
parent b18cf73df4
commit e8ebfe4d1b

View File

@ -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 ()