summaryrefslogtreecommitdiff
path: root/indra/llui/llconsole.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-06 13:37:30 -0800
committerrichard <none@none>2010-01-06 13:37:30 -0800
commit97427f2a8d99e25520cf5b59310c0b67407b34a3 (patch)
treef7f26a6b2ac6a7f2aea233c64ed2f9a1ff3fd8b7 /indra/llui/llconsole.cpp
parent49a744b676871db094d1608819a90fec02a6732d (diff)
parenta1e342b3f711c7ea23ac60b016c8b4024bf18a4a (diff)
merge
Diffstat (limited to 'indra/llui/llconsole.cpp')
-rw-r--r--indra/llui/llconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llconsole.cpp b/indra/llui/llconsole.cpp
index c9090d388d..e08d93b232 100644
--- a/indra/llui/llconsole.cpp
+++ b/indra/llui/llconsole.cpp
@@ -330,7 +330,7 @@ void LLConsole::Paragraph::updateLines(F32 screen_width, const LLFontGL* font, b
skip_chars = 0;
}
- U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, TRUE);
+ U32 drawable = font->maxDrawableChars(mParagraphText.c_str()+paragraph_offset, screen_width, line_end - paragraph_offset, LLFontGL::WORD_BOUNDARY_IF_POSSIBLE);
if (drawable != 0)
{