diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-12-15 02:41:39 +0200 | 
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-12-15 02:41:39 +0200 | 
| commit | 7dcea20c4d46e95a9fe1c7eb8b0d8f39de61b5a2 (patch) | |
| tree | a7d603303c68228b320d21382eebe06419afe09e | |
| parent | ffccd4a2ecdebba16a2fc06f84f04fb85389f24f (diff) | |
Backed out changeset: b1a30962dd54
| -rwxr-xr-x | doc/contributions.txt | 1 | ||||
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 | 
2 files changed, 1 insertions, 2 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index 29d74b7e28..d3a5d087d5 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -207,7 +207,6 @@ Ansariel Hiller  	MAINT-6773  	MAINT-6906  	MAINT-6911 -	MAINT-6917  	STORM-2140  	MAINT-6912  	MAINT-6929 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; | 
