diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-17 16:40:44 +0300 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-17 16:40:44 +0300 | 
| commit | 53d09e7451b89a1c050f3237e6eb5c5ef3b116fc (patch) | |
| tree | a199cdaff518e5b18cd638d913c593cd89e6c2cb /indra | |
| parent | 348218e40f362d386a0175d4b010b639282764b2 (diff) | |
STORM-1245 WIP Disabled interpolation for switching to using a day cycle.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llenvmanager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llenvmanager.cpp b/indra/newview/llenvmanager.cpp index 5a04578e26..dfec6c4b9d 100644 --- a/indra/newview/llenvmanager.cpp +++ b/indra/newview/llenvmanager.cpp @@ -709,7 +709,7 @@ void LLEnvManagerNew::setUseDayCycle(const std::string& name)  	mUserPrefs.setUseDayCycle(name);  	saveUserPrefs(); -	updateManagersFromPrefs(true); +	updateManagersFromPrefs(false);  }  void LLEnvManagerNew::loadUserPrefs() | 
