diff options
-rw-r--r-- | libvo/vo_gl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index b0e1e495bd..67a666ce80 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -149,8 +149,8 @@ static void resize(int x,int y){ #endif vo_osd_changed(OSDTYPE_OSD); } - if (vo_fs && use_aspect && !vo_doublebuffering) - glClear(GL_COLOR_BUFFER_BIT); + glClear(GL_COLOR_BUFFER_BIT); + flip_page(); } static void texSize(int w, int h, int *texw, int *texh) { |