diff options
author | Richard Linden <none@none> | 2013-04-11 06:38:03 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-11 06:38:03 -0700 |
commit | 49933aadb1b7044e947575bc377b34826e94fe99 (patch) | |
tree | 809188c0f672977356b3229845e73c7cb5a12c9e /indra/newview | |
parent | 07ca6fce7c9cffe1b8f215f25bb826fedf57a5b7 (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
removed MeanValueType<T>
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 1bb4041bbd..ae677f541b 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -617,7 +617,7 @@ void LLViewerTextureList::updateImages(F32 max_time) } cleared = FALSE; - LLAppViewer::getTextureFetch()->setTextureBandwidth(LLTrace::get_frame_recording().getPeriodMeanPerSec(LLStatViewer::TEXTURE_KBIT).value()); + LLAppViewer::getTextureFetch()->setTextureBandwidth(LLTrace::get_frame_recording().getPeriodMeanPerSec(LLStatViewer::TEXTURE_KBIT)); { using namespace LLStatViewer; |