diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-16 20:25:42 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-05-16 20:25:42 +0300 |
| commit | 28d0fa0c69cc5d45844f9f542d99d04bbded16ad (patch) | |
| tree | e0a418c4b26e720295fa8d07986ab65cbc1e21bc /indra/newview/llpaneleditsky.cpp | |
| parent | 3925e37532476c526375fd76143b2b5e1dcce9b9 (diff) | |
MAINT-8344 Day cycle editor (part 2)
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(), |
