summaryrefslogtreecommitdiff
path: root/indra/newview/lldaycyclemanager.cpp
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-06-01 18:11:20 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-06-01 18:11:20 +0300
commit6e2c05a512f498fe10aee307308e0365536f9819 (patch)
treeef1af7f859d85d984fd57337b7507699537a3c4f /indra/newview/lldaycyclemanager.cpp
parentaf1b7a4ac87f81b56fe1ff49d29c6bd7c3bffa9c (diff)
STORM-1253 WIP Fixed a couple of typos.
Diffstat (limited to 'indra/newview/lldaycyclemanager.cpp')
-rw-r--r--indra/newview/lldaycyclemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldaycyclemanager.cpp b/indra/newview/lldaycyclemanager.cpp
index e80da5ba11..0cd23f5202 100644
--- a/indra/newview/lldaycyclemanager.cpp
+++ b/indra/newview/lldaycyclemanager.cpp
@@ -158,7 +158,7 @@ bool LLDayCycleManager::addPreset(const std::string& name, const LLSD& data)
LLWLDayCycle day;
day.loadDayCycle(data, LLEnvKey::SCOPE_LOCAL);
mDayCycleMap[name] = day;
- return false;
+ return true;
}
// static