summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.cpp
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2024-08-17 18:23:58 -0400
committerRye Mutt <rye@alchemyviewer.org>2024-08-17 18:23:58 -0400
commitd79ff40ee2bac1ddb9d721aa8a408a0f104d5a4d (patch)
tree3def7e32717e9ec1277fb5f0c000bab3d871b056 /indra/newview/llheroprobemanager.cpp
parent4c0f342c93b4716ad6f7fb2b2b04bf217c0b824d (diff)
Fix hero probes not releasing resources when disabled
Diffstat (limited to 'indra/newview/llheroprobemanager.cpp')
-rw-r--r--indra/newview/llheroprobemanager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llheroprobemanager.cpp b/indra/newview/llheroprobemanager.cpp
index 91051f8235..ce419498cf 100644
--- a/indra/newview/llheroprobemanager.cpp
+++ b/indra/newview/llheroprobemanager.cpp
@@ -586,7 +586,6 @@ void LLHeroProbeManager::cleanup()
{
mVertexBuffer = nullptr;
mRenderTarget.release();
- mHeroRenderTarget.release();
mMipChain.clear();
@@ -594,10 +593,7 @@ void LLHeroProbeManager::cleanup()
mProbes.clear();
- mReflectionMaps.clear();
-
mDefaultProbe = nullptr;
- mUpdatingProbe = nullptr;
}
void LLHeroProbeManager::doOcclusion()