summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_gl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 2e85163833..2a0edaab6d 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -1205,6 +1205,8 @@ static int control(uint32_t request, void *data)
if (vo_doublebuffering)
do_render();
draw_osd();
+ if (vo_doublebuffering)
+ do_render_osd(2);
flip_page();
return VO_TRUE;
}