diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-27 16:19:18 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-27 16:19:18 -0400 |
commit | 639bb11eefaa82e2875be99fc2222162fe45e437 (patch) | |
tree | 85300dcdb3b5ef6d365359190ccf5e00c59377cd /indra/newview/pipeline.cpp | |
parent | 158e647247f67344a5d7a9dde6ccc80bad615c9a (diff) | |
parent | 8d4dd1bcb9184093df807af12364f499c1f5fccf (diff) |
Automated merge from viewer-development-shining
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 56f55b8bd7..b467df1308 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -874,7 +874,7 @@ BOOL LLPipeline::canUseWindLightShadersOnObjects() const BOOL LLPipeline::canUseAntiAliasing() const { - return (gSavedSettings.getBOOL("RenderUseFBO")); + return TRUE; //(gSavedSettings.getBOOL("RenderUseFBO")); } void LLPipeline::unloadShaders() |