Fixed previous commit.
parent
6cff95f8c7
commit
3e8fdb9daa
|
|
@ -2648,7 +2648,7 @@ std::vector<std::string> LLWindowSDL::getDynamicFallbackFontList()
|
|||
// Sort the list of system fonts from most-to-least-desirable.
|
||||
FcResult result;
|
||||
fs = FcFontSort(NULL, sortpat, elide_unicode_coverage,
|
||||
NULL, result);
|
||||
NULL, &result);
|
||||
FcPatternDestroy(sortpat);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue