aboutsummaryrefslogtreecommitdiff
path: root/drivers/gl_context/context_gl.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-01-10 17:35:26 -0300
committerJuan Linietsky2015-01-10 17:35:26 -0300
commit89970848311ee2d49040a148a56d80590091877c (patch)
tree804834a8c481fff872671c63afbf6bc6a7abf354 /drivers/gl_context/context_gl.cpp
parent78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e (diff)
downloadgodot-89970848311ee2d49040a148a56d80590091877c.tar.gz
godot-89970848311ee2d49040a148a56d80590091877c.tar.zst
godot-89970848311ee2d49040a148a56d80590091877c.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 77a94f933..82195cc6f 100644
--- a/drivers/gl_context/context_gl.cpp
+++ b/drivers/gl_context/context_gl.cpp
@@ -12,7 +12,7 @@
#include "context_gl.h"
-#if defined(OPENGL_ENABLED) || defined(LEGACYGL_ENABLED) || defined(GLES2_ENABLED) || defined(GLES1_ENABLED)
+#if defined(OPENGL_ENABLED) || defined(GLES2_ENABLED)