Fix red color on Galaxy S3
This commit is contained in:
@@ -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);
|
sdlWindow = SDL_CreateWindow (title, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, width, height, sdlFlags);
|
||||||
|
|||||||
Reference in New Issue
Block a user