diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-16 17:17:22 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-16 17:17:22 +0300 |
commit | 912f021bb11ef48f352ea85cca27c2bca6ca06b1 (patch) | |
tree | 422165b7f4e2d7e3ad8a4821edc56158a0c80170 /indra/newview/llwlanimator.cpp | |
parent | cccca566bd2365c88cca819729c5432af9dfa52f (diff) |
STORM-1245 WIP Implement loading and applying region environment settings.
Diffstat (limited to 'indra/newview/llwlanimator.cpp')
-rw-r--r-- | indra/newview/llwlanimator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwlanimator.cpp b/indra/newview/llwlanimator.cpp index 3d51ad89ff..0a3fd3cfee 100644 --- a/indra/newview/llwlanimator.cpp +++ b/indra/newview/llwlanimator.cpp @@ -217,7 +217,7 @@ void LLWLAnimator::setTrack(std::map<F32, LLWLParamKey>& curTrack, mIsRunning = run; } -void LLWLAnimator::startInterpolation(LLSD& targetWater) +void LLWLAnimator::startInterpolation(const LLSD& targetWater) { mInterpBeginWL->setAll(LLWLParamManager::getInstance()->mCurParams.getAll()); mInterpBeginWater->setAll(LLWaterParamManager::getInstance()->mCurParams.getAll()); |