From 8da3054968600c3662fbced2da7c32b7c8fdd72b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 18:40:58 +0200 Subject: [PATCH] Change this to HAVE_OPENGLES instead of HAVE_OPENGLES2 --- gfx/drivers/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index e9d4dada87..2ead8e6702 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -410,7 +410,7 @@ bool gl_check_capability(enum gl_capability_enum enum_idx) case GL_CAPS_DEBUG: if (gl_query_extension("KHR_debug")) return true; -#ifndef HAVE_OPENGLES2 +#ifndef HAVE_OPENGLES if (gl_query_extension("ARB_debug_output")) return true; #endif