SL-18922 FIXED Imposters load with attachments using Perf floater
parent
24839c8cf6
commit
495e34b84f
|
|
@ -10871,11 +10871,9 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar, bool preview_avatar)
|
||||||
<< " is " << ( too_complex ? "" : "not ") << "too complex"
|
<< " is " << ( too_complex ? "" : "not ") << "too complex"
|
||||||
<< LL_ENDL;
|
<< LL_ENDL;
|
||||||
|
|
||||||
bool too_slow = avatar->isTooSlow();
|
|
||||||
|
|
||||||
pushRenderTypeMask();
|
pushRenderTypeMask();
|
||||||
|
|
||||||
if ( !too_slow && ( visually_muted || too_complex ) )
|
if (visually_muted || too_complex)
|
||||||
{
|
{
|
||||||
// only show jelly doll geometry
|
// only show jelly doll geometry
|
||||||
andRenderTypeMask(LLPipeline::RENDER_TYPE_AVATAR,
|
andRenderTypeMask(LLPipeline::RENDER_TYPE_AVATAR,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue