diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-07 15:39:32 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-07 15:39:32 -0600 |
commit | 92909dae8011400c50f89d88d712398f03d6db0a (patch) | |
tree | cd9f2e385c28cb314a898fffe5d0be6d515e381c | |
parent | 8c8edbbaeb68d82e1653e92dd7940ba0439777f2 (diff) |
SH-2652 For for screen going white when enabling anti-aliasing.
-rw-r--r-- | indra/newview/pipeline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 59e6c3cf07..171bd2fa71 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -656,6 +656,7 @@ void LLPipeline::allocatePhysicsBuffer() void LLPipeline::allocateScreenBuffer(U32 resX, U32 resY) { + refreshCachedSettings(); U32 samples = gGLManager.getNumFBOFSAASamples(RenderFSAASamples); //try to allocate screen buffers at requested resolution and samples |