summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-10-19 13:38:57 -0400
committerOz Linden <oz@lindenlab.com>2012-10-19 13:38:57 -0400
commit1d3487e2ea106afe48567d645dd5bbc023273cff (patch)
tree7fcbf78b56ceb474822398631eb1857b72d6b169 /indra/newview
parent7021e4b21b3f2ec7007f34f94bc9825949722d5b (diff)
parentc8fcb6c798b46ffbffdfa3c04bdb2846a87a60d4 (diff)
pull back changes from 3.4.1-beta9
Diffstat (limited to 'indra/newview')
-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 e324d60fec..678898797f 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -706,6 +706,8 @@ void LLPipeline::cleanup()
mInitialized = FALSE;
mDeferredVB = NULL;
+
+ mCubeVB = NULL;
}
//============================================================================