diff options
author | Rider Linden <rider@lindenlab.com> | 2018-09-11 15:23:31 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-09-11 15:23:31 -0700 |
commit | 3558377d540de31bdb615f9c0e0df8163b33ccf8 (patch) | |
tree | e806a7ba05e146c7eb870ad744b3a14c151b1de6 /indra/newview/llpanelenvironment.cpp | |
parent | be979a0cac6aaa11293f123d1f4ef794bf23dba9 (diff) |
Good grief OSX
Diffstat (limited to 'indra/newview/llpanelenvironment.cpp')
-rw-r--r-- | indra/newview/llpanelenvironment.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelenvironment.cpp b/indra/newview/llpanelenvironment.cpp index 94fa198085..74cc7660f3 100644 --- a/indra/newview/llpanelenvironment.cpp +++ b/indra/newview/llpanelenvironment.cpp @@ -93,6 +93,8 @@ const U32 LLPanelEnvironmentInfo::DIRTY_FLAG_MASK( // Because the OSX is Very cranky when I don't use a variable. const U32 ALTITUDE_SLIDER_COUNT = 3; +#endif + const std::string alt_sliders[] = { "sld1", "sld2", @@ -105,7 +107,6 @@ const std::string alt_labels[] = { "alt3", "ground", }; -#endif //========================================================================= LLPanelEnvironmentInfo::LLPanelEnvironmentInfo(): |