summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-05-27 03:00:22 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-05-27 03:00:22 +0300
commit6bc23e1be7e055b4f80f5c5de9dcd186a92a21a4 (patch)
treebd59c4e96b6171afa0a6556f532d5ed95e537728 /indra/newview
parent327c0401e650aa9d3674ef438b9e0599e26ef3a6 (diff)
STORM-1289 ADDITIONAL_FIX Updated a comment.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterregioninfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index 712cf921d2..9d1cbb47ee 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -3581,7 +3581,8 @@ void LLPanelEnvironmentInfo::onBtnApply()
return;
}
- // If it's a single-preset day cycle, reset the frame time to a non-negative value
+ // If it's a special single-preset day cycle meaning using a fixed sky,
+ // reset the frame time to a non-negative value,
// so that the region setting is displayed in the floater as
// a day cycle, not a preset. (STORM-1289)
if (day_cycle.size() == 1 && day_cycle[0][0].asReal() < 0.0f)