diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-16 13:50:41 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-16 13:50:41 -0700 |
commit | 3d224c66cbb449b99545b93fb9742f32aca4ad5d (patch) | |
tree | 123089d4d2d9bacc950fe51bc5722b1a1147d933 /indra/newview/llpaneleditsky.cpp | |
parent | 4975bd03c12673778616e1cca1811bf906bb42a6 (diff) | |
parent | 28d0fa0c69cc5d45844f9f542d99d04bbded16ad (diff) |
Merge
Diffstat (limited to 'indra/newview/llpaneleditsky.cpp')
-rw-r--r-- | indra/newview/llpaneleditsky.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpaneleditsky.cpp b/indra/newview/llpaneleditsky.cpp index e10af29e82..e5c6116c4f 100644 --- a/indra/newview/llpaneleditsky.cpp +++ b/indra/newview/llpaneleditsky.cpp @@ -74,6 +74,10 @@ namespace const F32 SLIDER_SCALE_GLOW_B(-5.0f); } +static LLPanelInjector<LLPanelSettingsSkyAtmosTab> t_settings_atmos("panel_settings_atmos"); +static LLPanelInjector<LLPanelSettingsSkyCloudTab> t_settings_cloud("panel_settings_cloud"); +static LLPanelInjector<LLPanelSettingsSkySunMoonTab> t_settings_sunmoon("panel_settings_sunmoon"); + //========================================================================== LLPanelSettingsSky::LLPanelSettingsSky() : LLSettingsEditPanel(), |