mirror of https://github.com/mpv-player/mpv
revert the previous commit, gl needs to reload the font immediately
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15087 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
22c533e6ed
commit
e68fc0c46a
|
@ -93,6 +93,10 @@ static void resize(int x,int y){
|
|||
glLoadIdentity();
|
||||
|
||||
if (!scaled_osd) {
|
||||
#ifdef HAVE_FREETYPE
|
||||
// adjust font size to display size
|
||||
force_load_font = 1;
|
||||
#endif
|
||||
vo_osd_changed(OSDTYPE_OSD);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue