mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette.
Thanks to dhewg for reporting this!
This commit is contained in:
parent
7d0f5c9f1c
commit
c9a9f7b48f
@ -114,7 +114,6 @@ void OSystem_IPHONE::grabPalette(byte *colors, uint start, uint num) {
|
||||
|
||||
for (uint i = start; i < start + num; ++i) {
|
||||
Graphics::colorToRGB<Graphics::ColorMasks<565> >(_palette[i], b[0], b[1], b[2]);
|
||||
b[3] = 0xFF;
|
||||
b += 3;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user