aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwindlightremotectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwindlightremotectrl.cpp')
-rw-r--r--linden/indra/newview/llwindlightremotectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwindlightremotectrl.cpp b/linden/indra/newview/llwindlightremotectrl.cpp
index 510e1df..ae9a90a 100644
--- a/linden/indra/newview/llwindlightremotectrl.cpp
+++ b/linden/indra/newview/llwindlightremotectrl.cpp
@@ -181,7 +181,7 @@ void LLWindlightRemoteCtrl::onCommitPreset(LLUICtrl* ctrl, void* data)
181 if (presets) 181 if (presets)
182 { 182 {
183 S32 index = presets->getFirstSelectedIndex(); 183 S32 index = presets->getFirstSelectedIndex();
184 if (index <= 0) 184 if (index < 0)
185 { 185 {
186 // Open Advanced Sky 186 // Open Advanced Sky
187 LLFloaterWindLight::show(); 187 LLFloaterWindLight::show();