diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-07 03:17:35 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-07 03:17:35 +0300 |
commit | 99691e6a139a1b0f8d52c030d8dd4494a92e071a (patch) | |
tree | 534e73bf0b1fa9496140c795182aa326c48c503c /indra/newview/llregioninfomodel.cpp | |
parent | 66dcc72870b19c6ada65a643ca33c779c9c9989b (diff) |
STORM-1481 FIXED Fixed jerky transition when switching region from fixed sky to a day cycle.
Diffstat (limited to 'indra/newview/llregioninfomodel.cpp')
-rw-r--r-- | indra/newview/llregioninfomodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llregioninfomodel.cpp b/indra/newview/llregioninfomodel.cpp index 6238f183c1..698c4f9bb9 100644 --- a/indra/newview/llregioninfomodel.cpp +++ b/indra/newview/llregioninfomodel.cpp @@ -157,6 +157,7 @@ void LLRegionInfoModel::update(LLMessageSystem* msg) // actually the "last set" sun hour, not the current sun hour. JC msg->getF32(_PREHASH_RegionInfo, _PREHASH_SunHour, mSunHour); + LL_DEBUGS("Windlight Sync") << "Got region sun hour: " << mSunHour << LL_ENDL; // the only reasonable way to decide if we actually have any data is to // check to see if any of these fields have nonzero sizes |