Skip to content
Snippets Groups Projects
Commit 5949da2c authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix disabling AA

parent b64a2306
No related branches found
No related tags found
No related merge requests found
...@@ -8122,6 +8122,11 @@ void LLPipeline::renderFinalize() ...@@ -8122,6 +8122,11 @@ void LLPipeline::renderFinalize()
pRenderBuffer->copyContents(mScreen, 0, 0, mScreen.getWidth(), mScreen.getHeight(), 0, 0, pRenderBuffer->copyContents(mScreen, 0, 0, mScreen.getWidth(), mScreen.getHeight(), 0, 0,
mScreen.getWidth(), mScreen.getHeight(), GL_COLOR_BUFFER_BIT, GL_NEAREST); mScreen.getWidth(), mScreen.getHeight(), GL_COLOR_BUFFER_BIT, GL_NEAREST);
} }
else
{
LLRenderTarget::copyContentsToFramebuffer(mScreen, 0, 0, mScreen.getWidth(), mScreen.getHeight(), 0, 0,
mScreen.getWidth(), mScreen.getHeight(), GL_COLOR_BUFFER_BIT, GL_NEAREST);
}
// [/RLVa:KB] // [/RLVa:KB]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment