diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-22 10:35:35 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-22 10:35:35 -0700 |
commit | 520a29962081cb420341d8c40925569c20cadc2a (patch) | |
tree | 39a64ebc7473fdedd9eaef0abc656d448653708b /indra/newview/pipeline.cpp | |
parent | b0c54dfd3e2ecc8d4f875276397a55cef40a3d9a (diff) | |
parent | 730ba97759deabd7fb45e63eae650f83c1d9ba99 (diff) |
merging in latest changes
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 ba047487f5..b6f3301c6c 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -706,6 +706,8 @@ void LLPipeline::cleanup() mInitialized = FALSE; mDeferredVB = NULL; + + mCubeVB = NULL; } //============================================================================ |