diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-26 16:20:00 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-26 16:20:00 -0500 |
commit | e75fd8beb15fb89e7aba253cac989b242566c512 (patch) | |
tree | dcc3704a1c428d310c350446dbb4ec0f49b46be5 /indra/newview/pipeline.cpp | |
parent | 57cbcdc9ec9e8edf50bfea82efb63b3f8fab3cdc (diff) | |
parent | da04af47cc6e9f6acfcac0d2d6f1466b6f9baec2 (diff) |
merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-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 295b21d5b4..a5c99d125c 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -634,6 +634,7 @@ void LLPipeline::allocateScreenBuffer(U32 resX, U32 resY) { addDeferredAttachments(mSampleBuffer); mDeferredScreen.setSampleBuffer(&mSampleBuffer); + mEdgeMap.setSampleBuffer(&mSampleBuffer); } mScreen.setSampleBuffer(&mSampleBuffer); |