SL-18922 FIXED Imposters load with attachments using Perf floater

master
Maxim Nikolenko 2023-01-10 16:29:28 +02:00
parent 24839c8cf6
commit 495e34b84f
1 changed files with 1 additions and 3 deletions

View File

@ -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,