diff options
Diffstat (limited to 'linden/indra/newview/lltexturectrl.cpp')
-rw-r--r-- | linden/indra/newview/lltexturectrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp index 38849f9..ccc3ab2 100644 --- a/linden/indra/newview/lltexturectrl.cpp +++ b/linden/indra/newview/lltexturectrl.cpp | |||
@@ -1514,7 +1514,7 @@ void LLTextureCtrl::draw() | |||
1514 | (mTexturep->getDiscardLevel() != 1) && | 1514 | (mTexturep->getDiscardLevel() != 1) && |
1515 | (mTexturep->getDiscardLevel() != 0)) | 1515 | (mTexturep->getDiscardLevel() != 0)) |
1516 | { | 1516 | { |
1517 | LLFontGL* font = LLFontGL::getFontSansSerifBig(); | 1517 | LLFontGL* font = LLFontGL::getFontSansSerifLarge(); |
1518 | font->renderUTF8( | 1518 | font->renderUTF8( |
1519 | mLoadingPlaceholderString, 0, | 1519 | mLoadingPlaceholderString, 0, |
1520 | llfloor(interior.mLeft+10), | 1520 | llfloor(interior.mLeft+10), |