diff options
| author | Rye <rye@alchemyviewer.org> | 2025-11-11 21:38:15 -0500 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-12 22:11:29 +0200 |
| commit | 6e90ff65478be2e38124a8f36bd8e2c8d52a2d8f (patch) | |
| tree | 971b23fe41bc0d716af9ce98586fb9c64f80c4bf /indra/newview/lldrawpoolavatar.cpp | |
| parent | 1020b5a268b2ff5d427a8a9217a6c8d8432d75b3 (diff) | |
Restore support for wavy avatar cloth(#4963)
Signed-off-by: Rye <rye@alchemyviewer.org>
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 90ee95d424..f0f589e7f4 100644 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -794,7 +794,7 @@ void LLDrawPoolAvatar::renderAvatars(LLVOAvatar* single_avatar, S32 pass) return; } - if ((sShaderLevel >= SHADER_LEVEL_CLOTH)) + if (LLPipeline::RenderAvatarCloth) { LLMatrix4 rot_mat; LLViewerCamera::getInstance()->getMatrixToLocal(rot_mat); |
