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

master
Mnikolenko Productengine 2016-11-09 14:20:46 +02:00
parent db69d6a49e
commit 5921cc9d8a
2 changed files with 2 additions and 1 deletions

View File

@ -206,6 +206,7 @@ Ansariel Hiller
MAINT-6773
MAINT-6906
MAINT-6911
MAINT-6917
STORM-2140
Aralara Rajal
Arare Chantilly

View File

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