summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-07-17 12:16:37 -0400
committerOz Linden <oz@lindenlab.com>2012-07-17 12:16:37 -0400
commite49faf96aa5e4730d64d9a9c18737730624b695f (patch)
tree3d10444163234a81c71283f1a6419bfe93853cda /indra/newview/lldrawable.cpp
parenta4df79bcdc27ab06711f1f392a4f69bf832e1916 (diff)
parent291be170781b3a33769cb23c15322dd56b2c8025 (diff)
merge changes for DRTVWR-183
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r--indra/newview/lldrawable.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index 98246162f0..108ec92f6d 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -783,18 +783,6 @@ void LLDrawable::updateTexture()
if (getVOVolume())
{
- /*if (isActive())
- {
- if (isRoot())
- {
- mQuietCount = 0;
- }
- else
- {
- getParent()->mQuietCount = 0;
- }
- }*/
-
gPipeline.markRebuild(this, LLDrawable::REBUILD_MATERIAL, TRUE);
}
}