diff options
author | Richard Linden <none@none> | 2013-03-18 23:38:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-03-18 23:38:23 -0700 |
commit | f59bd5f89ffd2dadbd3d7514cfa8e8cc97172201 (patch) | |
tree | c33ee9af4709fa2963180cbb892c6fa7c68104b9 /indra/newview | |
parent | 059d1a75b2d26752e7753346dc0b8cc521453783 (diff) |
fix for change in LLTrace API
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llscenemonitor.cpp | 2 |
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; } |