diff options
author | Richard Linden <none@none> | 2013-05-31 23:40:10 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-31 23:40:10 -0700 |
commit | fd21ddd9d0adf7342fe89d371868c3f7f7ca9f5f (patch) | |
tree | df2f4db03f2ffd4b68b59653dae224c2e92c2371 /indra/newview/llscenemonitor.cpp | |
parent | 72641a933500f1b1156bd3006c6a227e7fa3567c (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
made recordings auto-update when executing query while active
Diffstat (limited to 'indra/newview/llscenemonitor.cpp')
-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 7eb48eb575..bb1cfaa9a8 100644 --- a/indra/newview/llscenemonitor.cpp +++ b/indra/newview/llscenemonitor.cpp @@ -240,7 +240,7 @@ void LLSceneMonitor::unfreezeScene() if(mDiffState == VIEWER_QUITTING) { - return; //we are quitting viewer. + return; } // thaw everything else |