diff --git a/cogl/cogl-framebuffer.c b/cogl/cogl-framebuffer.c index bc76bd4a3..4957b38fd 100644 --- a/cogl/cogl-framebuffer.c +++ b/cogl/cogl-framebuffer.c @@ -235,6 +235,7 @@ _cogl_framebuffer_clear_without_flush4f (CoglFramebuffer *framebuffer, void _cogl_framebuffer_mark_mid_scene (CoglFramebuffer *framebuffer) { + framebuffer->clear_clip_dirty = TRUE; framebuffer->mid_scene = TRUE; }