diff options
author | Dave Parks <davep@lindenlab.com> | 2022-11-30 14:22:10 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-11-30 14:22:10 -0600 |
commit | dc4f65a2ec1fdd65a77223baaadec38ba38c3bb6 (patch) | |
tree | 1c2954f38c06e693bfa6cf62c570fde9cfc72c86 /indra/newview/pipeline.cpp | |
parent | 0186707937852922521eeced28687231d8407deb (diff) |
SL-18745 Fix for LLVertexBuffer assertion on shutdown.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 0f348e4bc4..2d4db48ac5 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -659,6 +659,8 @@ void LLPipeline::cleanup() mDeferredVB = NULL; mCubeVB = NULL; + + mReflectionMapManager.cleanup(); } //============================================================================ |