diff --git a/gfx/gl.c b/gfx/gl.c index be89557dc8..ab5082fda8 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -57,7 +57,7 @@ #define NO_GL_FF_MATRIX #endif -#if defined(HAVE_OPENGLES2) // TODO: Figure out exactly what. +#if defined(ANDROID) // TODO: Figure out exactly what. #define NO_GL_CLAMP_TO_BORDER #endif