mirror of https://github.com/mpv-player/mpv
A couple of bugfixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@487 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
48073e0051
commit
98695db99b
|
@ -478,7 +478,7 @@ static void flip_page(void) {
|
|||
gl_fillbox(0, 0, x_pos, HEIGHT, 0);
|
||||
gl_fillbox(WIDTH - x_pos, 0, x_pos, HEIGHT, 0);
|
||||
}
|
||||
// vo_draw_text(WIDTH, HEIGHT, draw_alpha);
|
||||
vo_draw_text(WIDTH, HEIGHT, draw_alpha);
|
||||
gl_copyscreen(screen);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue