mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
(BitmapWithAlpha): another special case.
This commit is contained in:
parent
0a8875003b
commit
b9431f6f85
@ -177,6 +177,10 @@ namespace GameRes
|
||||
return ReadBitmapWithAlpha (file, info);
|
||||
}
|
||||
}
|
||||
else if (0x20 == info.BPP && (info.ImageLength - (width_x_height * 3 + info.ImageOffset)) <= 2)
|
||||
{
|
||||
return ReadBitmapBGRA (file, info);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user