Fix red color on Galaxy S3

This commit is contained in:
Joshua Granick
2015-10-13 08:24:28 -07:00
parent 84dc33225f
commit 0cb8cd1bba

View File

@@ -65,6 +65,10 @@ namespace lime {
}
SDL_GL_SetAttribute (SDL_GL_RED_SIZE, 5);
SDL_GL_SetAttribute (SDL_GL_GREEN_SIZE, 6);
SDL_GL_SetAttribute (SDL_GL_BLUE_SIZE, 5);
}
sdlWindow = SDL_CreateWindow (title, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, width, height, sdlFlags);