summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmap.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-22 11:01:18 -0600
committerDave Parks <davep@lindenlab.com>2023-02-22 11:01:18 -0600
commit65d69ce80dca112ea0bfd06f2749d4d6fcb366b4 (patch)
tree30c5e6f3ad1bc0b4d9ce32334695b0499fce434f /indra/newview/llreflectionmap.h
parent0336c1a06de89937d5c0f971e06270afc868ddfa (diff)
DRTVWR-559 Fix for stall in probe occlusion culling and fix for culled neighbors getting sampled (badly).
Diffstat (limited to 'indra/newview/llreflectionmap.h')
-rw-r--r--indra/newview/llreflectionmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llreflectionmap.h b/indra/newview/llreflectionmap.h
index 0405d06eb5..6eff607ea5 100644
--- a/indra/newview/llreflectionmap.h
+++ b/indra/newview/llreflectionmap.h
@@ -39,6 +39,8 @@ public:
// allocate an environment map of the given resolution
LLReflectionMap();
+ ~LLReflectionMap();
+
// update this environment map
// resolution - size of cube map to generate
void update(U32 resolution, U32 face);