diff options
author | simon <none@none> | 2013-05-09 15:30:49 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-09 15:30:49 -0700 |
commit | 5687b0c4df5c28cb6aa6cb33cf0d2c4bbe1b912e (patch) | |
tree | 8d1f9f3044adeb81778769fef0f57349fb5ca72f /indra/newview/pipeline.cpp | |
parent | ee2fce8790b69d61845cc32fbf7cdce8a33b0dab (diff) | |
parent | 50bbb0b7ed542a5f9dee4f347531537beecddd26 (diff) |
Merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 442c3ef124..16596f2574 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3320,11 +3320,6 @@ void LLPipeline::stateSort(LLDrawable* drawablep, LLCamera& camera) { drawablep->setVisible(camera, NULL, FALSE); } - else if (drawablep->isState(LLDrawable::CLEAR_INVISIBLE)) - { - // clear invisible flag here to avoid single frame glitch - drawablep->clearState(LLDrawable::FORCE_INVISIBLE|LLDrawable::CLEAR_INVISIBLE); - } } if (LLViewerCamera::sCurCameraID == LLViewerCamera::CAMERA_WORLD) |