Skip to content

Commit

Permalink
[Android]: Use ALPHA_SIZE 8.
Browse files Browse the repository at this point in the history
Avoids weird 24-bit surfaces ...
  • Loading branch information
Hans-Kristian Arntzen committed Feb 13, 2014
1 parent 63e8dfb commit 2ab94ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfx/context/androidegl_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static bool gfx_ctx_init(void)
EGL_BLUE_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_RED_SIZE, 8,
EGL_ALPHA_SIZE, 8,
EGL_NONE
};
EGLint num_config;
Expand Down

0 comments on commit 2ab94ad

Please sign in to comment.