summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-15 02:41:39 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-12-15 02:41:39 +0200
commit7dcea20c4d46e95a9fe1c7eb8b0d8f39de61b5a2 (patch)
treea7d603303c68228b320d21382eebe06419afe09e /indra/newview/pipeline.cpp
parentffccd4a2ecdebba16a2fc06f84f04fb85389f24f (diff)
Backed out changeset: b1a30962dd54
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 7c019dc3ea..890839e6e6 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -11624,7 +11624,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)
avatar->setImpostorDim(tdim);
- LLVOAvatar::sUseImpostors = (0 != LLVOAvatar::sMaxNonImpostors);
+ LLVOAvatar::sUseImpostors = true; // @TODO ???
sUseOcclusion = occlusion;
sReflectionRender = FALSE;
sImpostorRender = FALSE;