diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-02-14 18:26:12 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-02-14 18:26:12 -0600 |
| commit | b862e3adfa006fbc62015ddd160a545c1bb44654 (patch) | |
| tree | ecc2feeafa8125cf4249012aac19e97cab57e7ca /indra/newview/lldrawpoolavatar.cpp | |
| parent | 547293305bdc6c345f52519db514bb5be34c72ef (diff) | |
SH-547 Fix for rigged attachments being invisible in impostors and fix for impostors not working with lighting and shadows enabled.
Diffstat (limited to 'indra/newview/lldrawpoolavatar.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolavatar.cpp b/indra/newview/lldrawpoolavatar.cpp index df5b341fdf..ae3421a019 100644 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -494,7 +494,7 @@ void LLDrawPoolAvatar::render(S32 pass) LLFastTimer t(FTM_RENDER_CHARACTERS); if (LLPipeline::sImpostorRender) { - renderAvatars(NULL, 2); + renderAvatars(NULL, pass+2); return; } |
