diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-10 13:00:36 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-10 13:00:36 -0500 |
commit | 49579bebdd274a88c2381c4cab3d09ecd393564d (patch) | |
tree | dc40bcad16457090585b47cc04831cf9c8032bbe /indra/newview/pipeline.cpp | |
parent | e2b51b8884d1003a3312276611b8a8c34123bc36 (diff) |
Fix for wierd triangle shadow bug and fix for ATI hating deferred rendering.
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 9bcec9e13d..da01ae44db 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -7778,7 +7778,7 @@ BOOL LLPipeline::getVisiblePointCloud(LLCamera& camera, LLVector3& min, LLVector 0,1, 1,2, 2,3, - 3,1, + 3,0, 4,5, 5,6, |