diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-03-04 15:40:07 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-03-04 15:40:07 -0800 |
| commit | 659eaf045ef7ada77192baa0a353ad2af2e2b029 (patch) | |
| tree | 7e60afd8de9aed1d5714202e6b8511ec985af5e2 /indra/newview/llviewerdisplay.cpp | |
| parent | cc43bee5b185fe6c1945c096dfc914931de158a5 (diff) | |
Fix line-endings.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
| -rw-r--r-- | indra/newview/llviewerdisplay.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 5fdc9d8e41..d47870f59c 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -717,11 +717,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) if (!for_snapshot) { - if (gFrameCount > 1) - { //for some reason, ATI 4800 series will error out if you - //try to generate a shadow before the first frame is through - gPipeline.generateSunShadow(*LLViewerCamera::getInstance()); - } + gPipeline.generateSunShadow(*LLViewerCamera::getInstance()); LLVertexBuffer::unbind(); |
