summaryrefslogtreecommitdiffstats
path: root/drivers/gl_context/context_gl.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-19 21:36:00 +0100
committerGitHub <noreply@github.com>2017-11-19 21:36:00 +0100
commit6ace4011e4fcc3f684ce0992137645f614cfdee9 (patch)
treee61f80e760f8c38302339ca720c951a493d2af91 /drivers/gl_context/context_gl.cpp
parent39204630a7165ecda15228d7b5210e1634e6bcf9 (diff)
parent9f134aa5d1b9e3714cd9a19948004204b7f41c68 (diff)
downloadredot-engine-6ace4011e4fcc3f684ce0992137645f614cfdee9.tar.gz
Merge pull request #13045 from akien-mga/gles2-cleanup
Cleanup old references to GLES2 renderer
Diffstat (limited to 'drivers/gl_context/context_gl.cpp')
-rw-r--r--drivers/gl_context/context_gl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gl_context/context_gl.cpp b/drivers/gl_context/context_gl.cpp
index a453eef227..1581512369 100644
--- a/drivers/gl_context/context_gl.cpp
+++ b/drivers/gl_context/context_gl.cpp
@@ -29,7 +29,7 @@
/*************************************************************************/
#include "context_gl.h"
-#if defined(OPENGL_ENABLED) || defined(GLES2_ENABLED)
+#if defined(OPENGL_ENABLED) || defined(GLES_ENABLED)
ContextGL *ContextGL::singleton = NULL;