summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-12-02 09:56:42 -0600
committerDave Parks <davep@lindenlab.com>2022-12-02 09:56:42 -0600
commited2b768da29f8dc4f96b463fe4d4087deab75a37 (patch)
tree0a18a9a0c283a67e1c3786f4aecf88aadb236046 /indra/newview/pipeline.cpp
parentb095194267389b0f5512fb14f18338bd256f3e81 (diff)
SL-18745 Fix for assert on teleport.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 2d4db48ac5..2f3aa1238e 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -7405,6 +7405,8 @@ void LLPipeline::doResetVertexBuffers(bool forced)
LLVOPartGroup::destroyGL();
gGL.resetVertexBuffer();
+ mReflectionMapManager.cleanup();
+
SUBSYSTEM_CLEANUP(LLVertexBuffer);
if (LLVertexBuffer::sGLCount != 0)