diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-07-18 00:14:34 -0700 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-07-18 00:14:34 -0700 |
commit | 3d73326516c73f880f46e28f14b6c515307ede91 (patch) | |
tree | df87cd6d98a2ca5e46f7fc53f1841736fd23ade7 /indra/newview/llreflectionmapmanager.cpp | |
parent | 040050af19ff7b5b2f5dc5ce5c4b68cfbb7e492a (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.cpp | 1 |
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); } |