diff options
| author | Richard Linden <none@none> | 2012-07-18 12:37:52 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-07-18 12:37:52 -0700 |
| commit | df7d6c90758eef95f2c8c004611add495b8a5eee (patch) | |
| tree | 3262782536d5eb3ce7118db02eb6fd3171c87f62 /indra/newview/llstartup.cpp | |
| parent | 5564fcb271d993b1b8a98fae7f832f47f1236fd4 (diff) | |
SH-3275 WIP Run viewer metrics for object update messages
continued clean up of llstats stuff
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 6b0fc26db7..77d0932fc0 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1394,7 +1394,7 @@ bool idle_startup() display_startup(); //reset statistics - LLViewerStats::getInstance()->resetStats(); + LLViewerStats::instance().resetStats(); display_startup(); // |
