A couple of bugfixes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@487 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
se7encode 2001-04-17 17:43:40 +00:00
parent 48073e0051
commit 98695db99b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}