diff options
| -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 | 
