diff options
author | Oz Linden <oz@lindenlab.com> | 2011-06-22 13:12:36 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-06-22 13:12:36 -0400 |
commit | d8a5736b82104f82085169c96ea289fd875b8bdf (patch) | |
tree | f8efed21471a71719fde89c66717c6f4fca8ad9f /indra/newview/lldrawpoolwlsky.cpp | |
parent | 13de92740e55e8ba5111e1cd16e239ebeda3a578 (diff) |
correct linux compilation problem in lldrawpoolwlsky
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index 5c20363b96..bf79c2100c 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -268,7 +268,7 @@ void LLDrawPoolWLSky::renderDeferred(S32 pass) } LLFastTimer ftm(FTM_RENDER_WL_SKY); - const F32 camHeightLocal = LLWLParamManager::instance()->getDomeOffset() * LLWLParamManager::instance()->getDomeRadius(); + const F32 camHeightLocal = LLWLParamManager::getInstance()->getDomeOffset() * LLWLParamManager::getInstance()->getDomeRadius(); LLGLSNoFog disableFog; LLGLDepthTest depth(GL_TRUE, GL_FALSE); |