summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.c b/libvo/sub.c
index 8f265e5461..a63c090c13 100644
--- a/libvo/sub.c
+++ b/libvo/sub.c
@@ -534,7 +534,7 @@ int vo_update_osd(int dxs,int dys){
#ifdef HAVE_FREETYPE
// here is the right place to get screen dimensions
- if (!vo_font && force_load_font) {
+ if (!vo_font || force_load_font) {
force_load_font = 0;
load_font_ft(dxs, dys);
}