diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-17 12:16:37 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-17 12:16:37 -0400 |
commit | e49faf96aa5e4730d64d9a9c18737730624b695f (patch) | |
tree | 3d10444163234a81c71283f1a6419bfe93853cda /indra/newview/lldrawable.cpp | |
parent | a4df79bcdc27ab06711f1f392a4f69bf832e1916 (diff) | |
parent | 291be170781b3a33769cb23c15322dd56b2c8025 (diff) |
merge changes for DRTVWR-183
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r-- | indra/newview/lldrawable.cpp | 12 |
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); } } |