summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-03-18 23:38:23 -0700
committerRichard Linden <none@none>2013-03-18 23:38:23 -0700
commitf59bd5f89ffd2dadbd3d7514cfa8e8cc97172201 (patch)
treec33ee9af4709fa2963180cbb892c6fa7c68104b9 /indra
parent059d1a75b2d26752e7753346dc0b8cc521453783 (diff)
fix for change in LLTrace API
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llscenemonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscenemonitor.cpp b/indra/newview/llscenemonitor.cpp
index 4eb44bcc00..9f657887f1 100644
--- a/indra/newview/llscenemonitor.cpp
+++ b/indra/newview/llscenemonitor.cpp
@@ -487,7 +487,7 @@ void LLSceneMonitor::fetchQueryResult()
if(mDiffResult > 0.01f)
{
mRecording->extend();
- sFramePixelDiff.sample(mDiffResult);
+ sample(sFramePixelDiff, mDiffResult);
}
//llinfos << count << " : " << mDiffResult << llendl;
}