diff options
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(); | 
