diff options
author | Richard Linden <none@none> | 2013-12-10 10:36:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-12-10 10:36:54 -0800 |
commit | 8d5605e09f144e7879c34e6093b5c09c191f46a6 (patch) | |
tree | 1fee98c7dec4bc239fa72d668147af8e6d915e81 /indra/newview | |
parent | 1459c6dfd79f95d24fe15093feb99c0ac25f508d (diff) | |
parent | 5d2241b3d6373f528626ebb043aeea8ad8dc355f (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview')
-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 9a31b6b51f..a7f5eb48a4 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1325,7 +1325,7 @@ bool LLAppViewer::mainLoop() LLTrace::get_frame_recording().nextPeriod(); LLTrace::BlockTimer::logStats(); - LLTrace::get_master_thread_recorder()->pullFromChildren(); + LLTrace::get_thread_recorder()->pullFromChildren(); //clear call stack records LL_CLEAR_CALLSTACKS(); |