diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-15 15:59:49 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-15 15:59:49 -0500 |
commit | fe627f64742cbec698df0a907cb8aaea297df599 (patch) | |
tree | 521713fb9aca6b4ae69df8358041146bdc8cb6ae /indra/newview/llviewerregion.cpp | |
parent | 8f5ddebf0abfbcf73f25313214b06b98f2c7889c (diff) |
MAINT-4716: correct reading of and debug display for avatar render cost info
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-x | indra/newview/llviewerregion.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 11cbf3fc24..31493ca6ce 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -475,8 +475,7 @@ LLViewerRegion::LLViewerRegion(const U64 &handle, mImpl->mObjectPartition.push_back(NULL); //PARTITION_NONE mImpl->mVOCachePartition = getVOCachePartition(); - mRenderInfoRequestTimer.resetWithExpiry(0.f); // Set timer to be expired - setCapabilitiesReceivedCallback(boost::bind(&LLAvatarRenderInfoAccountant::expireRenderInfoReportTimer, _1)); + setCapabilitiesReceivedCallback(boost::bind(&LLAvatarRenderInfoAccountant::scanNewRegion, _1)); } |