From 92909dae8011400c50f89d88d712398f03d6db0a Mon Sep 17 00:00:00 2001
From: Dave Parks <davep@lindenlab.com>
Date: Mon, 7 Nov 2011 15:39:32 -0600
Subject: [PATCH] SH-2652 For for screen going white when enabling
 anti-aliasing.

---
 indra/newview/pipeline.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 59e6c3cf07e..171bd2fa71a 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
-- 
GitLab