aboutsummaryrefslogtreecommitdiff
path: root/drivers/gl_context/context_gl.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-19 17:52:18 +0100
committerRémi Verschelde2017-11-19 17:52:18 +0100
commit9f134aa5d1b9e3714cd9a19948004204b7f41c68 (patch)
tree3b72e6adb818217ceec82f4c038a0879abb72ca4 /drivers/gl_context/context_gl.cpp
parentbea607d53e4adff19956adbe09ace170d8cc40b8 (diff)
downloadgodot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.gz
godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.tar.zst
godot-9f134aa5d1b9e3714cd9a19948004204b7f41c68.zip
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 a453eef22..158151236 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;