diff options
| author | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2018-07-03 16:14:58 +0000 | 
|---|---|---|
| committer | Andrey Lihatskiy <andreylproductengine@lindenlab.com> | 2018-07-03 16:14:58 +0000 | 
| commit | 5bbabed01cee13514abd4f36e106df4ddab1d5ce (patch) | |
| tree | 25de143f4bb7635c1f0bda1f9c01eeb4b34ea19a /indra | |
| parent | 922c5fe2fcd5ad7e9265606a2c083d2f2a05399b (diff) | |
| parent | ce2d23d33bebf8c5211ad2c9afa4c62a50498a1a (diff) | |
Merged in graham_linden/viewer-lynx-graham (pull request #82)
Roll back optimization that breaks cubemap updates
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llvosky.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index 00d5dfcc57..c131cb886f 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -1072,7 +1072,7 @@ BOOL LLVOSky::updateSky()  		LLHeavenBody::setInterpVal( mInterpVal );  		calcAtmospherics(); -		if (!gPipeline.canUseWindLightShaders() && (mForceUpdate || total_no_tiles == frame)) +		if (mForceUpdate || total_no_tiles == frame)  		{  			LLSkyTex::stepCurrent(); | 
