summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index 5f898b3c46..517281f578 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -191,7 +191,7 @@ static const struct gl_functions gl_functions[] = {
// Framebuffers, extension in GL 2.x, core in GL 3.x core.
{
.ver_core = 300,
- .ver_es_core = 300,
+ .ver_es_core = 200,
.extension = "GL_ARB_framebuffer_object",
.provides = MPGL_CAP_FB,
.functions = (const struct gl_function[]) {