diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-02-04 23:43:13 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-02-04 23:43:13 -0600 |
| commit | ff0271d632eb59fef1dc52ff261064b6a09abefa (patch) | |
| tree | f1554768fa9f1dfcb84f3df0f7aeaa35172080b2 /indra/newview/lldrawable.cpp | |
| parent | 7d2d8ea58f572a6df08b04f64f3b71501ee21f6c (diff) | |
| parent | 979ddb2ec952f836f7cde7cbc85559b8e9582416 (diff) | |
merge
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -rw-r--r-- | indra/newview/lldrawable.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index d60330024a..244fed791f 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -386,8 +386,6 @@ void LLDrawable::makeActive() mParent->makeActive(); } - gPipeline.setActive(this, TRUE); - //all child objects must also be active llassert_always(mVObjp); @@ -434,7 +432,6 @@ void LLDrawable::makeStatic(BOOL warning_enabled) if (isState(ACTIVE)) { clearState(ACTIVE); - gPipeline.setActive(this, FALSE); if (mParent.notNull() && mParent->isActive() && warning_enabled) { |
