summaryrefslogtreecommitdiff
path: root/cogl/cogl/driver/gl/gl/cogl-driver-gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/driver/gl/gl/cogl-driver-gl.c')
-rw-r--r--cogl/cogl/driver/gl/gl/cogl-driver-gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl/driver/gl/gl/cogl-driver-gl.c b/cogl/cogl/driver/gl/gl/cogl-driver-gl.c
index cc870762a..f94b9d5e7 100644
--- a/cogl/cogl/driver/gl/gl/cogl-driver-gl.c
+++ b/cogl/cogl/driver/gl/gl/cogl-driver-gl.c
@@ -421,7 +421,7 @@ _cogl_driver_update_features (CoglContext *ctx,
if (ctx->glBlitFramebuffer)
COGL_FLAGS_SET (private_features,
- COGL_PRIVATE_FEATURE_OFFSCREEN_BLIT, TRUE);
+ COGL_PRIVATE_FEATURE_BLIT_FRAMEBUFFER, TRUE);
if (ctx->glRenderbufferStorageMultisampleIMG)
{