diff options
author | Oz Linden <oz@lindenlab.com> | 2012-10-19 13:38:57 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-10-19 13:38:57 -0400 |
commit | 1d3487e2ea106afe48567d645dd5bbc023273cff (patch) | |
tree | 7fcbf78b56ceb474822398631eb1857b72d6b169 /indra/newview | |
parent | 7021e4b21b3f2ec7007f34f94bc9825949722d5b (diff) | |
parent | c8fcb6c798b46ffbffdfa3c04bdb2846a87a60d4 (diff) |
pull back changes from 3.4.1-beta9
Diffstat (limited to 'indra/newview')
-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 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; } //============================================================================ |