diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 00:17:21 +0300 |
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-07 00:17:21 +0300 |
| commit | 4e05ea6ebda88f3e2af4b585f629b11f3729096e (patch) | |
| tree | 89ae134019175416da4f75fab5b8685213150796 /indra/newview/llfloaterwindlight.cpp | |
| parent | 9f4779e09997e70246c3c0c5f831bf55d4ed6a4f (diff) | |
STORM-1255 WIP Implemented creating, editing and removing local sky presets.
Diffstat (limited to 'indra/newview/llfloaterwindlight.cpp')
| -rw-r--r-- | indra/newview/llfloaterwindlight.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterwindlight.cpp b/indra/newview/llfloaterwindlight.cpp index 16cb0f5e57..f78fada155 100644 --- a/indra/newview/llfloaterwindlight.cpp +++ b/indra/newview/llfloaterwindlight.cpp @@ -57,6 +57,8 @@ #undef max +// *TODO: Remove this class in favor of LLFloaterEditSky + LLFloaterWindLight* LLFloaterWindLight::sWindLight = NULL; std::set<LLWLParamKey> LLFloaterWindLight::sDefaultPresets; LLEnvKey::EScope LLFloaterWindLight::sScope; |
