diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-23 21:00:22 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-24 16:08:17 +0200 |
commit | 5bb76d9164e8d73cdd14c9088459c584b94cb313 (patch) | |
tree | 1a722f5d4985684ba420a9d1f9a4dfdbf6e09860 /indra/newview/llvoavatar.h | |
parent | b576e832d7dd0899a212d8d3a3a9c938ad12a87d (diff) |
SL-12237 Small adjustment to render complexity performance
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 3526142ff5..2f04288825 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -286,6 +286,7 @@ public: static void invalidateNameTags(); void addNameTagLine(const std::string& line, const LLColor4& color, S32 style, const LLFontGL* font); void idleUpdateRenderComplexity(); + void idleUpdateDebugInfo(); void accountRenderComplexityForObject(const LLViewerObject *attached_object, const F32 max_attachment_complexity, LLVOVolume::texture_cost_t& textures, |