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