diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:43:39 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:43:39 +0100 |
commit | a65afc30a968c752f1e252258e6917554a78f56a (patch) | |
tree | bb711036e634883453cd48140dd1478c761f2f71 /indra/newview/lldrawpoolwlsky.cpp | |
parent | 32631f09a57548c2bbf7e09211a2053ff2e4e47d (diff) | |
parent | 0a78e9271c524c92cb8b1965e9a6081d4f700437 (diff) |
Merge
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index 04f358ba79..8a2941e20a 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -44,8 +44,6 @@ #include "llenvironment.h" #include "llatmosphere.h" -#pragma optimize("", off) - static LLStaticHashedString sCamPosLocal("camPosLocal"); static LLStaticHashedString sCustomAlpha("custom_alpha"); @@ -54,6 +52,8 @@ static LLGLSLShader* sky_shader = NULL; static LLGLSLShader* sun_shader = NULL; static LLGLSLShader* moon_shader = NULL; +static float sStarTime; + LLDrawPoolWLSky::LLDrawPoolWLSky(void) : LLDrawPool(POOL_WL_SKY) { |