framebuffer: Don't mark the clip dirty at mid scene

https://bugzilla.gnome.org/show_bug.cgi?id=712562
This commit is contained in:
Jasper St. Pierre 2013-11-18 00:22:12 -05:00
parent a8e04a7d6b
commit 3eb63f67a3

View File

@ -235,7 +235,6 @@ _cogl_framebuffer_clear_without_flush4f (CoglFramebuffer *framebuffer,
void void
_cogl_framebuffer_mark_mid_scene (CoglFramebuffer *framebuffer) _cogl_framebuffer_mark_mid_scene (CoglFramebuffer *framebuffer)
{ {
framebuffer->clear_clip_dirty = TRUE;
framebuffer->mid_scene = TRUE; framebuffer->mid_scene = TRUE;
} }