aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerstats.cpp')
-rw-r--r--linden/indra/newview/llviewerstats.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerstats.cpp b/linden/indra/newview/llviewerstats.cpp
index da75de6..96f52a1 100644
--- a/linden/indra/newview/llviewerstats.cpp
+++ b/linden/indra/newview/llviewerstats.cpp
@@ -176,7 +176,11 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] =
176 // ST_TEX_BAKES 176 // ST_TEX_BAKES
177 StatAttributes("Texture Bakes", FALSE, FALSE), 177 StatAttributes("Texture Bakes", FALSE, FALSE),
178 // ST_TEX_REBAKES 178 // ST_TEX_REBAKES
179 StatAttributes("Texture Rebakes", FALSE, FALSE) 179 StatAttributes("Texture Rebakes", FALSE, FALSE),
180
181 // ST_LOGITECH_KEYBOARD
182 StatAttributes("Logitech LCD", FALSE, FALSE)
183
180}; 184};
181 185
182LLViewerStats::LLViewerStats() 186LLViewerStats::LLViewerStats()