diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-13 18:45:50 -0400 |
---|---|---|
committer | Rye Mutt <rye@alchemyviewer.org> | 2024-08-14 00:31:37 -0400 |
commit | 6dbf1cafb20557722f30618e744e5ab61e9365fa (patch) | |
tree | 1b356e17a4f634455640f241dd4823b12864bd1d /indra/newview/llstartup.cpp | |
parent | 2cff1e217ba0df94fc50a30c8d49dc848c294ac6 (diff) |
Reduce texture fetch and main thread contention from LLViewerStatsRecorder via simpleton.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index b993ba16d5..7cefa21125 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1285,7 +1285,6 @@ bool idle_startup() // // Initialize classes w/graphics stuff. // - LLViewerStatsRecorder::instance(); // Since textures work in threads LLSurface::initClasses(); display_startup(); |