diff --git a/gfx/common/gl_common.c b/gfx/common/gl_common.c index aa45ccdafa..85f331092c 100644 --- a/gfx/common/gl_common.c +++ b/gfx/common/gl_common.c @@ -72,7 +72,7 @@ static void gl_size_format(GLint* internalFormat) #endif break; #ifdef HAVE_OPENGLES2 - case GL_BGRA: + case GL_BGRA_EXT: *internalFormat = GL_BGRA8_EXT; break; #endif