mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(DwqFormat): PACKBMP with mask has alpha channel.
This commit is contained in:
parent
37a1a4311c
commit
3bf28986b8
@ -142,7 +142,7 @@ namespace GameRes.Formats.BlackCyc
|
||||
BaseType = Encoding.ASCII.GetString (header.Bytes, 0, 0x10).TrimEnd(),
|
||||
PackedSize = packed_size,
|
||||
PackType = header.PackType,
|
||||
HasAlpha = header.AType || 7 == header.PackType,
|
||||
HasAlpha = header.AType || 7 == header.PackType || 3 == header.PackType,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user