Ticket #5536: AmigaOS4-OpenGL.diff
File AmigaOS4-OpenGL.diff, 565 bytes (added by , 14 years ago) |
---|
-
backends/graphics/opengl/opengl-graphics.cpp
1139 1139 } else 1140 1140 _gameTexture->refresh(); 1141 1141 1142 _overlayFormat = Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0); 1142 // _overlayFormat = Graphics::PixelFormat(2, 5, 5, 5, 1, 11, 6, 1, 0); 1143 _overlayFormat = Graphics::PixelFormat(2, 4, 4, 4, 4, 12, 8, 4, 0); 1143 1144 1144 1145 if (!_overlayTexture) { 1145 1146 byte bpp;