From c0bd1cd4321444615ae0e22b132052f8ba24ec94 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Wed, 27 Jun 2018 01:38:05 +0100 Subject: Disambiguate logical op precedence for Clang. --- 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 d8bf0181ac..00d5dfcc57 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 (!gPipeline.canUseWindLightShaders() && (mForceUpdate || total_no_tiles == frame)) { LLSkyTex::stepCurrent(); -- cgit v1.2.3