diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-02-22 11:01:18 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-02-22 11:01:18 -0600 |
| commit | 65d69ce80dca112ea0bfd06f2749d4d6fcb366b4 (patch) | |
| tree | 30c5e6f3ad1bc0b4d9ce32334695b0499fce434f /indra/newview/llreflectionmap.h | |
| parent | 0336c1a06de89937d5c0f971e06270afc868ddfa (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.h | 2 |
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); |
