summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:58:43 -0700
committerCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:58:43 -0700
commit3b3ba3623ac816633b1bd67f5d3b4dea65a83b17 (patch)
tree2535b9e0f8b66855221afd37d896edb9550e7e65 /indra
parent1820f23b96a50962a3a6a3d48de1aff8e1acb2c0 (diff)
DRTVWR-592: Overdraw is not free. Render terrain after Opaque Blinn-Phong/PBR have populated the foreground
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lldrawpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h
index d5ef734c4b..c0bcb2b48d 100644
--- a/indra/newview/lldrawpool.h
+++ b/indra/newview/lldrawpool.h
@@ -56,9 +56,9 @@ public:
POOL_SIMPLE = 1,
POOL_FULLBRIGHT,
POOL_BUMP,
- POOL_TERRAIN,
POOL_MATERIALS,
POOL_GLTF_PBR,
+ POOL_TERRAIN,
POOL_GRASS,
POOL_GLTF_PBR_ALPHA_MASK,
POOL_TREE,