From f94e944723712c3437bc02276008ccf60542ed7c Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Fri, 30 Dec 2016 10:30:21 -0700 Subject: [PATCH] Update gl_common.c --- gfx/common/gl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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