From ce2d23d33bebf8c5211ad2c9afa4c62a50498a1a Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Tue, 3 Jul 2018 15:54:15 +0100 Subject: Roll back optimization that isn't needed for sky rendering when atmospherics are used, but is needed for cubemap update. --- indra/newview/llvosky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') 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(); -- cgit v1.2.3