diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-10 16:29:28 +0200 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-01-10 16:29:28 +0200 |
commit | 495e34b84fa34ae5394f33f6f1175e959c56e769 (patch) | |
tree | 938133e07c7f92837c52f84e16ef09a2d1486f28 /indra | |
parent | 24839c8cf601cac5dbc9ca49166470f0263f7e3c (diff) |
SL-18922 FIXED Imposters load with attachments using Perf floater
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ad47b3d154..51d7082b40 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -10871,11 +10871,9 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar, bool preview_avatar) << " is " << ( too_complex ? "" : "not ") << "too complex" << LL_ENDL; - bool too_slow = avatar->isTooSlow(); - pushRenderTypeMask(); - if ( !too_slow && ( visually_muted || too_complex ) ) + if (visually_muted || too_complex) { // only show jelly doll geometry andRenderTypeMask(LLPipeline::RENDER_TYPE_AVATAR, |