diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-04 15:04:46 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-04 15:04:46 -0600 |
commit | 6a86c65e46f92f1a955d31e2d0b9d7ffcd171134 (patch) | |
tree | 7add194681986fa079e7ef17c19984d97b75b781 /indra/newview/pipeline.cpp | |
parent | f6c7fdf6f274cfaafd7a3304c70b06d7b752aec9 (diff) |
SH-1066 Fix for bumpmaps not loading properly after enabling deferred rendering.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index c1d1a69dfb..6af371072b 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -824,6 +824,7 @@ void LLPipeline::releaseGLBuffers() mGlow[i].release(); } + gBumpImageList.destroyGL(); LLVOAvatar::resetImpostors(); } @@ -946,6 +947,8 @@ void LLPipeline::createGLBuffers() addDeferredAttachments(mGIMap); } } + + gBumpImageList.restoreGL(); } void LLPipeline::restoreGL() |