mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
remove force_load_font stuff moved to sub.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15081 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2b0420ff1a
commit
d84d885309
@ -93,10 +93,6 @@ static void resize(int x,int y){
|
|||||||
glLoadIdentity();
|
glLoadIdentity();
|
||||||
|
|
||||||
if (!scaled_osd) {
|
if (!scaled_osd) {
|
||||||
#ifdef HAVE_FREETYPE
|
|
||||||
// adjust font size to display size
|
|
||||||
force_load_font = 1;
|
|
||||||
#endif
|
|
||||||
vo_osd_changed(OSDTYPE_OSD);
|
vo_osd_changed(OSDTYPE_OSD);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user