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/llappviewer.cpp | |
parent | 8f5ddebf0abfbcf73f25313214b06b98f2c7889c (diff) |
MAINT-4716: correct reading of and debug display for avatar render cost info
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3a5008507a..4ad8181055 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -5090,7 +5090,7 @@ void LLAppViewer::idle() } // Update AV render info - LLAvatarRenderInfoAccountant::idle(); + LLAvatarRenderInfoAccountant::getInstance()->idle(); { LL_RECORD_BLOCK_TIME(FTM_AUDIO_UPDATE); |