diff options
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index ac83fe0ca8..2a72e77672 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -2880,7 +2880,7 @@ TFReqSendMetrics::doWork(LLTextureFetch * fetcher) LLViewerAssetStats & main_stats = *mMainStats; LLViewerAssetStats::AssetStats stats; - main_stats.getStats(stats); + main_stats.getStats(stats, true); //LLSD merged_llsd = main_stats.asLLSD(); stats.session_id = mSessionID; |