summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-06-26 23:43:06 +0100
committerGraham Linden <graham@lindenlab.com>2018-06-26 23:43:06 +0100
commit8b1120b3eca573f07c6c0b3fffa4b138c9597194 (patch)
treef7a3ea73f597916d3cf099c7341a5fb43d57e976 /indra
parent135f02934fa64fe913c710e588ab2f6785224a23 (diff)
Fix misspelled convenience func name.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvosky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp
index 370322cd45..d8bf0181ac 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();