diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-25 18:28:23 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-25 18:28:23 +0000 |
commit | fd2e544d558976aac3b452fabfb4c13aeb16aaf0 (patch) | |
tree | 0b2f0844c98058c7b426495b3a5cf2d295c81389 /indra/newview/llvoavatar.h | |
parent | 790dff05d0a9c2341db1c02cd9fb332ac4b6f76f (diff) |
SL-12478 Long names are not beautiful in nametags
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 952c04a1ff..6232c51b49 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -284,7 +284,7 @@ public: static void invalidateNameTag(const LLUUID& agent_id); // force all name tags to rebuild, useful when display names turned on/off static void invalidateNameTags(); - void addNameTagLine(const std::string& line, const LLColor4& color, S32 style, const LLFontGL* font); + void addNameTagLine(const std::string& line, const LLColor4& color, S32 style, const LLFontGL* font, const bool use_ellipses = false); void idleUpdateRenderComplexity(); void idleUpdateDebugInfo(); void accountRenderComplexityForObject(const LLViewerObject *attached_object, |