Who came up with this insanity?

Treat each and every avatar as if they were plastering full screeen?
Sure, gotta love the result on 30+ people parties!
This commit is contained in:
siana
2011-01-01 03:57:58 +01:00
parent 037593aa99
commit 5c79220049

View File

@@ -476,15 +476,6 @@ void LLVOVolume::updateTextureVirtualSize()
imagep->setBoostLevel(LLViewerImageBoostLevel::BOOST_HUD);
imagep->dontDiscard();
}
else
{
// Others' can get their texture discarded to avoid
// filling up the video buffers in crowded areas...
imagep->setBoostLevel(LLViewerImageBoostLevel::BOOST_SELECTED);
imagep->setAdditionalDecodePriority(1.5f);
vsize = (F32) LLViewerCamera::getInstance()->getScreenPixelArea();
face->setPixelArea(vsize); // treat as full screen
}
}
}