MAINT-6917 Setting one avatar to "Do not render" causes all avatars to become imposters

AndreyL ProductEngine 2017-11-09 23:05:35 +02:00
parent d97d7c5206
commit 84222286cc
2 changed files with 2 additions and 1 deletions

View File

@ -217,6 +217,7 @@ Ansariel Hiller
MAINT-6519
MAINT-7899
STORM-2105
MAINT-6917
Aralara Rajal
Arare Chantilly
CHUIBUG-191

View File

@ -11622,7 +11622,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)
avatar->setImpostorDim(tdim);
LLVOAvatar::sUseImpostors = true; // @TODO ???
LLVOAvatar::sUseImpostors = (0 != LLVOAvatar::sMaxNonImpostors);
sUseOcclusion = occlusion;
sReflectionRender = false;
sImpostorRender = false;