diff options
Diffstat (limited to 'linden/indra/llrender/llfont.cpp')
-rw-r--r-- | linden/indra/llrender/llfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llrender/llfont.cpp b/linden/indra/llrender/llfont.cpp index dd33128..5ee3929 100644 --- a/linden/indra/llrender/llfont.cpp +++ b/linden/indra/llrender/llfont.cpp | |||
@@ -311,7 +311,7 @@ BOOL LLFont::addChar(const llwchar wch) const | |||
311 | // Try looking it up in the backup Unicode font | 311 | // Try looking it up in the backup Unicode font |
312 | if (mFallbackFontp) | 312 | if (mFallbackFontp) |
313 | { | 313 | { |
314 | //llinfos << "Trying to add glyph from fallback font!" << llendl | 314 | //llinfos << "Trying to add glyph from fallback font!" << llendl; |
315 | LLFontList::iterator iter; | 315 | LLFontList::iterator iter; |
316 | for(iter = mFallbackFontp->begin(); iter != mFallbackFontp->end(); iter++) | 316 | for(iter = mFallbackFontp->begin(); iter != mFallbackFontp->end(); iter++) |
317 | { | 317 | { |