diff options
author | Callum Linden <callum@lindenlab.com> | 2023-01-20 16:23:41 -0800 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2023-01-20 16:23:41 -0800 |
commit | cbb7480ca76cbe11c40f05a269583201dd044796 (patch) | |
tree | 8ce39d5a975d66a5c6a38e47460c2330f15a087e /indra/newview/llviewerwindow.cpp | |
parent | 80bc32c3efe77b49adcd4cc00320ce5523f90fb9 (diff) | |
parent | 12204b210e5279b0bfba5601d34195739cab6ab8 (diff) |
Fix merge conflicts after auto merge
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 3b391e311a..f65deb4577 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1008,7 +1008,7 @@ public: const Line& line = *iter; LLFontGL::getFontMonospace()->renderUTF8(line.text, 0, (F32)line.x, (F32)line.y, mTextColor, LLFontGL::LEFT, LLFontGL::TOP, - LLFontGL::NORMAL, LLFontGL::NO_SHADOW, S32_MAX, S32_MAX, NULL, FALSE); + LLFontGL::NORMAL, LLFontGL::NO_SHADOW, S32_MAX, S32_MAX, NULL, /*use_ellipses*/FALSE, /*use_color*/FALSE); } } |