diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2023-09-15 14:27:15 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-01-31 14:31:06 -0800 |
commit | 00c65b62707f5c30cf2d48c0bd0c975c3bceb513 (patch) | |
tree | e3c87f44a91b0278362553e1b28a3c494751dff1 /indra/newview/pipeline.cpp | |
parent | c8547ad8a588fca0a22b2194ad1b18b66153f32d (diff) |
secondlife/viewer-issues#43: Fix debug normals not rendering for terrain
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index d81bcef259..fb57042110 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8241,6 +8241,7 @@ void LLPipeline::renderDeferredLighting() LLPipeline::RENDER_TYPE_CONTROL_AV, LLPipeline::RENDER_TYPE_ALPHA_MASK, LLPipeline::RENDER_TYPE_FULLBRIGHT_ALPHA_MASK, + LLPipeline::RENDER_TYPE_TERRAIN, LLPipeline::RENDER_TYPE_WATER, END_RENDER_TYPES); |