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/llvoavatar.cpp | |
| parent | 1020b5a268b2ff5d427a8a9217a6c8d8432d75b3 (diff) | |
Restore support for wavy avatar cloth(#4963)
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c6a7a59034..d602a5146b 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3300,7 +3300,7 @@ void LLVOAvatar::idleUpdateLoadingEffect() void LLVOAvatar::idleUpdateWindEffect() { // update wind effect - if ((LLViewerShaderMgr::instance()->getShaderLevel(LLViewerShaderMgr::SHADER_AVATAR) >= LLDrawPoolAvatar::SHADER_LEVEL_CLOTH)) + if (LLPipeline::RenderAvatarCloth) { F32 hover_strength = 0.f; F32 time_delta = mRippleTimer.getElapsedTimeF32() - mRippleTimeLast; |
