summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.cpp
diff options
context:
space:
mode:
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 5edf819fff..1773dffa8b 100644
--- a/indra/newview/llheroprobemanager.cpp
+++ b/indra/newview/llheroprobemanager.cpp
@@ -106,7 +106,6 @@ void LLHeroProbeManager::update()
{
LL_PROFILE_ZONE_NAMED_CATEGORY_DISPLAY("rmmu - realtime");
-
// Probe 0 is always our mirror probe. Probe N - 1 is our water probe.
mProbes[0]->mOrigin.load3(LLViewerCamera::instance().mOrigin.mV);
for (U32 j = 0; j < mProbes.size(); j++)
@@ -311,8 +310,6 @@ void LLHeroProbeManager::updateProbeFace(LLReflectionMap* probe, U32 face)
}
mMipChain[0].flush();
-
- gIrradianceGenProgram.unbind();
}
}
@@ -466,7 +463,6 @@ void LLHeroProbeManager::cleanup()
mMipChain.clear();
mTexture = nullptr;
- mIrradianceMaps = nullptr;
mProbes.clear();