Trying alpha-face rebuild using LL's method.

This commit is contained in:
Shyotl
2012-07-26 00:17:38 -05:00
parent eeea2b4de4
commit 726d8248c5
3 changed files with 16 additions and 14 deletions

View File

@@ -791,19 +791,7 @@ void LLDrawable::updateTexture()
if (getVOVolume())
{
/*if (isActive())
{
if (isRoot())
{
mQuietCount = 0;
}
else
{
getParent()->mQuietCount = 0;
}
}*/
getVOVolume()->mFaceMappingChanged = TRUE;
//getVOVolume()->mFaceMappingChanged = TRUE;
gPipeline.markRebuild(this, LLDrawable::REBUILD_MATERIAL, TRUE);
}
}