diff options
author | Richard Linden <none@none> | 2013-05-31 16:59:00 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-31 16:59:00 -0700 |
commit | 72641a933500f1b1156bd3006c6a227e7fa3567c (patch) | |
tree | 5921e697f526fbba46daa4e971c167087c37fea6 /indra/newview/llappviewer.cpp | |
parent | f6c5a4057d1154e590ee630cb8254879a1f426e4 (diff) | |
parent | 9def3590f41dee3cba7760e4443fdc71f5fb2db6 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index ff481d6278..451ea76a02 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1578,10 +1578,7 @@ bool LLAppViewer::cleanup() LLEventPumps::instance().reset(); //dump scene loading monitor results - if(LLSceneMonitor::instance().hasResults()) - { - LLSceneMonitor::instance().dumpToFile(gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "scene_monitor_results.csv")); - } + LLSceneMonitor::instance().dumpToFile(gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "scene_monitor_results.csv")); if (LLFastTimerView::sAnalyzePerformance) { |