summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmapmanager.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2023-07-18 00:14:34 -0700
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2023-07-18 00:14:34 -0700
commit3d73326516c73f880f46e28f14b6c515307ede91 (patch)
treedf87cd6d98a2ca5e46f7fc53f1841736fd23ade7 /indra/newview/llreflectionmapmanager.cpp
parent040050af19ff7b5b2f5dc5ce5c4b68cfbb7e492a (diff)
Fix for irradiance breaking.
Still need to fix the problem with individual faces getting tossed around though. Will work on that tomorrow. DRTVWR-583
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
-rw-r--r--indra/newview/llreflectionmapmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp
index 6550686a32..99ebcf5231 100644
--- a/indra/newview/llreflectionmapmanager.cpp
+++ b/indra/newview/llreflectionmapmanager.cpp
@@ -1171,7 +1171,6 @@ void LLReflectionMapManager::setUniforms()
updateUniforms();
}
glBindBufferBase(GL_UNIFORM_BUFFER, 1, mUBO);
- glBindBufferBase(GL_UNIFORM_BUFFER, 1, mHeroUBO);
}