diff --git a/indra/llrender/llfont.cpp b/indra/llrender/llfont.cpp index 496c90628..6f96a149b 100644 --- a/indra/llrender/llfont.cpp +++ b/indra/llrender/llfont.cpp @@ -542,7 +542,7 @@ void LLFont::renderGlyph(const U32 glyph_index) const if (mFTFace == NULL) return; - llassert_always(! FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_FORCE_AUTOHINT) ); + llassert_always(! FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_DEFAULT)); llassert_always(! FT_Render_Glyph(mFTFace->glyph, gFontRenderMode) );