diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/iphone/osys_video.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_video.cpp b/backends/platform/iphone/osys_video.cpp index 8de99ea242..d67d38932a 100644 --- a/backends/platform/iphone/osys_video.cpp +++ b/backends/platform/iphone/osys_video.cpp @@ -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; } } |