diff --git a/gfx/context/androidegl_ctx.c b/gfx/context/androidegl_ctx.c index 0d368307d0..72efb60cb9 100644 --- a/gfx/context/androidegl_ctx.c +++ b/gfx/context/androidegl_ctx.c @@ -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;