summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-05-22 10:57:35 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-05-22 10:57:35 -0500
commitc6fc951f34c665d0f1cd6dcff1bea114fb0ff1a0 (patch)
treeda17fea074cf56875eccf3db5e41336d888e4192 /indra/newview
parenta16cd7f91c45d351f26317a719a772a79329f2d4 (diff)
SL-19737 Fix for alpha objects falling off of impostors.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 715e2a2326..779372b6e5 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -9891,7 +9891,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar, bool preview_avatar, bool
RENDER_TYPE_TREE,
RENDER_TYPE_VOIDWATER,
RENDER_TYPE_WATER,
- RENDER_TYPE_ALPHA_POST_WATER,
+ RENDER_TYPE_ALPHA_PRE_WATER,
RENDER_TYPE_PASS_GRASS,
RENDER_TYPE_HUD,
RENDER_TYPE_PARTICLES,