overlay: Add missing break statement in font loading logic (#3998)

This commit is contained in:
Pedro Montes Alcalde
2026-06-04 20:22:16 -03:00
committed by GitHub
parent 5bcef8e0d9
commit e1b2bcee4e
+1
View File
@@ -221,6 +221,7 @@ glyph_load_setup font::get_glyph_files(language_class class_) const {
result.font_names.emplace_back("NotoSansCJK-Regular.ttc");
result.font_names.emplace_back("NotoSansSC-Regular.otf");
result.font_names.emplace_back("wqy-microhei.ttc");
break;
#endif
}
case language_class::hangul: {